ITMSFNCCustomPDFFormFieldEdit Interface
Represents a single-line or multi-line text edit form field in a PDF document.
API unit family: TMSFNCPDFLib
Extends: ITMSFNCCustomPDFFormField
Syntax
ITMSFNCCustomPDFFormFieldEdit = interface(ITMSFNCCustomPDFFormField)
Properties
| Name | Description |
|---|---|
| FieldName | Name used to identify the form field when reading or writing PDF form data. (inherited from ITMSFNCCustomPDFFormField) |
| Font | Font applied to text inside the edit field. |
| FontAutoSize | When True, the font size scales automatically to fit the field rectangle. |
| Hidden | When True, the field is invisible in the PDF viewer but still present in the form data. (inherited from ITMSFNCCustomPDFFormField) |
| HorizontalAlign | Horizontal alignment of the text within the field rectangle. |
| Rect | Bounding rectangle of the form field on the current page, in PDF coordinate units. (inherited from ITMSFNCCustomPDFFormField) |
| Text | Initial text content of the edit field. |