A3DPDFPageFieldTextSetValue
-
A3DStatus
A3DPDFPageFieldTextSetValue(A3DPDFPage *pPage, const A3DUTF8Char *pcFieldName, const A3DUTF8Char *pcValue) A3DStatusA3DPDFPageFieldTextSetValue(A3DPDFPage* pPage, constA3DUTF8Char* pcFieldName, constA3DUTF8Char* pcValue)Function to set the text of a text form field.
Parameters
pPage: The Page object to work with.
pcFieldName: The name of the form field. Only Acroform fields are supported.
pcValue: The value to set to the text field. Text fields set as multiline can contain carriage return characters, they must be ‘r’.
Returns
A3D_SUCCESS in case of success or an error code