GetFormFieldCount

Description

Gets the count of form field objects in a PDF document.

Applies to

PDFDocExtractor object

Syntax

long GetFormFieldCount()

Return value

Long. Returns the count of PDFFormField objects if it succeeds and null if otherwise.

Examples

This example gets the count of form field objects in the PDFDocExtractor lpdf_docex.

long ll_count
ll_count = lpdf_docex.getformfieldcount()

See also

GetAttachmentList

GetFormField

GetPageCount

GetPageSize