ITMSFNCCustomPDFFormField Interface
Base interface for a PDF interactive form field; provides common identity and visibility properties shared by all field types.
API unit family: TMSFNCPDFLib
Extends: IInterface
Syntax
ITMSFNCCustomPDFFormField = interface(IInterface)
Properties
| Name | Description |
|---|---|
| FieldName | Name used to identify the form field when reading or writing PDF form data. |
| Hidden | When True, the field is invisible in the PDF viewer but still present in the form data. |
| Rect | Bounding rectangle of the form field on the current page, in PDF coordinate units. |