Click or drag to resize

ComPDFKit.PDFAnnotation.Form Namespace

 
Classes
  ClassDescription
Public classCPDFCheckBoxWidget
A single checkbox form control which can be toggled to on or off.
Public classCPDFComboBoxWidget
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.
Public classCPDFListBoxWidget
A form field which displays scrollable list with choices.
Public classCPDFPushButtonWidget
A simple push button that responds immediately to user input without retaining any state.
Public classCPDFRadioButtonWidget
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");
Public classCPDFSignatureWidget
Represents a signature field in a form. This is usually used to place a signature onto a page using an CPDFInkAnnotation.
Public classCPDFTextWidget
A text form field in a PDF form. Allows the user to enter custom text.
Public classCPDFWidget
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.
Public classCPDFWidgetItems
Parent of Listbox or Combobox forms.
Public classCWidgetItem
Content of items in listbox and combobox form.
Enumerations
  EnumerationDescription
Public enumerationC_CHECK_STYLE
Fill type of CheckBox and Radiobutton.
Public enumerationC_TEXTFILED_SPECIAL
Types of text field.
Public enumerationC_WIDGET_TYPE
Form type.