Skip to main content

TdxPDFInteractiveFormFieldType Enum

Enumerates interactive field types.

Declaration

TdxPDFInteractiveFormFieldType = (
    ftUnknown,
    ftNode,
    ftPushButton,
    ftCheckBox,
    ftRadioGroup,
    ftListBox,
    ftComboBox,
    ftText,
    ftSignature
);

Members

Name Description
ftUnknown

The interactive field is unsupported.

ftNode

For internal use only.

ftPushButton

The interactive field is a button.

ftCheckBox

The interactive field is a check box.

ftRadioGroup

The interactive field is a radio group.

ftListBox

The interactive field is a list box.

ftComboBox

The interactive field is a combo box.

ftText

The interactive field is a text box.

ftSignature

The interactive field is a digital signature.

Remarks

An interactive field’s FieldType function returns a TdxPDFInteractiveFormFieldType value.

See Also