PTFieldType
enum PTFieldType {}
Interactive forms support the following field types:
- Button fields represent interactive controls on the screen that the user can manipulate with the mouse. They include pushbuttons, check-boxes, and radio buttons.
- Text fields are boxes or spaces in which the user can enter text from the keyboard.
- Choice fields contain several text items, at most one of which may be selected as the field value. They include scrollable list boxes and combo boxes.
- Signature fields represent electronic ‘signatures’ for authenticating the identity of a user and the validity of the document’s contents.
-
Pushbutton field
Declaration
Objective-C
e_ptbutton
-
Check box field
Declaration
Objective-C
e_ptcheck
-
Radio button field
Declaration
Objective-C
e_ptradio
-
Text field
Declaration
Objective-C
e_pttext
-
Choice field
Declaration
Objective-C
e_ptchoice
-
Digital signature field
Declaration
Objective-C
e_ptsignature
-
Digital signature field
Declaration
Objective-C
e_ptf_null