Table of Contents

ITMSFNCCustomPDFFormFieldComboBox Interface

Represents a drop-down combo box form field in a PDF document.

API unit family: TMSFNCPDFLib Extends: ITMSFNCCustomPDFFormField

Syntax

ITMSFNCCustomPDFFormFieldComboBox = interface(ITMSFNCCustomPDFFormField)

Properties

Name Description
Editable When True, users can type a custom value in the combo box in addition to selecting from the list.
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 combo box 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)
ItemIndex Zero-based index of the initially selected item; -1 means no item is selected.
Items List of selectable options shown in the combo box drop-down.
Rect Bounding rectangle of the form field on the current page, in PDF coordinate units. (inherited from ITMSFNCCustomPDFFormField)