Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
Classes | Enumerations

Field represents and interactive control within InteractiveFormHandle. More...

Classes

class  FieldCollectionHandle
 Collection of FieldHandle. More...
 
class  FieldHandle
 Base class for all fields. More...
 
class  ButtonFieldHandle
 A button field represents an interactive control on the screen that the user can manipulate with the mouse. More...
 
class  TextFieldHandle
 A text field is a box or space for text fill-in data typically entered from a keyboard. More...
 
class  ChoiceFieldHandle
 A choice field contains several text items, one or more of which shall be selected as the field value. More...
 
class  SignatureFieldHandle
 A signature field (PDF 1.3) is a form field that contains a digital signature. More...
 

Enumerations

enum  FieldType { FieldType_Button = 0, FieldType_Text, FieldType_Choice, FieldType_Signature }
 Available types of fields. More...
 

Detailed Description

Field represents and interactive control within InteractiveFormHandle.

For more details please visit section 12.7.3 - Field Dictionaries and section 12.7.4 - Field Types.

Enumeration Type Documentation

◆ FieldType

enum FieldType

Available types of fields.

Enumerator
FieldType_Button 

A button field represents an interactive control on the screen that the user can manipulate with the mouse.

See also
ButtonFieldHandle
FieldType_Text 

A text field is a box or space for text fill-in data typically entered from a keyboard.

See also
TextFieldHandle
FieldType_Choice 

A choice field contains several text items, one or more of which shall be selected as the field value.

See also
ChoiceFieldHandle
FieldType_Signature 

A signature field (PDF 1.3) is a form field that contains a digital signature.

See also
SignatureFieldHandle