DAGetFormFieldCount
Form fields, Direct access functionality
Description
Returns the number of form fields in the document.
Syntax
Delphi
function TPDFlib.DAGetFormFieldCount(FileHandle: Integer): Integer;ActiveX
Function PDFlib::DAGetFormFieldCount(FileHandle As Long) As LongDLL
int DLDAGetFormFieldCount(int InstanceID, int FileHandle);Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
|---|