Click or drag to resize

FormFieldType Enumeration

Specifies the type of a form field.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum FormFieldType
Members
Member name Value Description
TextInput 0 Text form field.
CheckBox 1 Check box form field.
DropDown 2 Drop-down form field.
Unknown 3 Unknown form field.
See Also