Class | Description |
---|---|
CPDFCheckboxWidget |
A single checkbox form control which can be toggled to on or off.
|
CPDFComboboxWidget |
A form control which displays drop-down list.
|
CPDFListboxWidget |
A form field which displays scrollable list with choices.
|
CPDFPushbuttonWidget |
A simple push button that responds immediately to user input without retaining any state.
|
CPDFRadiobuttonWidget |
RadioButton widgets in forms, click event trigger to switch selected state of RadioButton.
|
CPDFSignatureWidget |
Represents a signature field in a form.
|
CPDFTextWidget |
A text form field in a PDF form.
|
CPDFWidget |
A visible form control.
|
CPDFWidgetItem |
Content of items in listbox and combobox form
|
CPDFWidgetItems |
Parent of Listbox or ComboBox forms.
|
Enum | Description |
---|---|
CPDFCheckboxWidget.CheckboxStyle | |
CPDFTextWidget.TextFiledSpecial |
Types of text field.
|
CPDFWidget.BorderStyle |
Border style for the form.
|
CPDFWidget.CheckStyle |
Fill type of CheckBox and Radiobutton.
|
CPDFWidget.WidgetType |
Form types.
|