ComPDFKit.PDFAnnotation.Form Namespace |
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. When isEditable() flag is set, it can be accompanied by an editable text box for editing custom value.
| |
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 |
Multiple RadioButton controls can be a list, when clicking a RadioButton, it is set as selected, others in the list set as unselected.
Method to set multiple RadioButton in the same list: Set the fieldName of multiple RadioButton to the same value, such as:
radiobutton1.SetFieldName("xxx");
radiobutton2.SetFieldName("xxx");
radiobutton3.SetFieldName("xxx");
| |
CPDFSignatureWidget |
Represents a signature field in a form. This is usually used to place a signature onto a page using an CPDFInkAnnotation.
| |
CPDFTextWidget |
A text form field in a PDF form. Allows the user to enter custom text.
| |
CPDFWidget |
A visible form control. Every form element has a single parent CPDFWidget. Each form element is associated with a single CPDFAnnotation that is a visual representation of the form element in the document.
| |
CPDFWidgetItems |
Parent of Listbox or Combobox forms.
| |
CWidgetItem |
Content of items in listbox and combobox form.
|
Enumeration | Description | |
---|---|---|
C_CHECK_STYLE |
Fill type of CheckBox and Radiobutton.
| |
C_TEXTFILED_SPECIAL |
Types of text field.
| |
C_WIDGET_TYPE |
Form type.
|