A3DPDFPageGetFields

A3DStatus A3DPDFPageGetFields(A3DPDFPage *pPage, A3DInt32 *piNbFields, A3DPDFField ***pppFields)
A3DStatus A3DPDFPageGetFields(A3DPDFPage* pPage, A3DInt32* piNbFields, A3DPDFField* **pppFields)

Function to retrieve the fields of a PDF page.

The fields supported are only form fields created with Acrobat. LiveCycle Designer fields (XFA) are not supported.

Parameters

pPage: The Page object to work with.

piNbFields: The number of fields.

pppFields: The array of pointer on fields objects.

Returns

A3D_SUCCESS in case of success or an error code