ITMSFNCCustomPDFFormFieldListBox Interface
Represents a scrollable list box form field in a PDF document.
API unit family: TMSFNCPDFLib
Extends: ITMSFNCCustomPDFFormField
Syntax
ITMSFNCCustomPDFFormFieldListBox = 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 displayed inside the list box field. |
| Hidden | When True, the field is invisible in the PDF viewer but still present in the form data. (inherited from ITMSFNCCustomPDFFormField) |
| ItemIndex | Zero-based index of the initially selected item; -1 means no item is selected. |
| Items | List of selectable options shown in the list box. |
| Rect | Bounding rectangle of the form field on the current page, in PDF coordinate units. (inherited from ITMSFNCCustomPDFFormField) |