Apitron.PDF.Kit.FlowLayout.Content.Controls Namespace

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This namespace contains control elements which can be used to create interactive PDF forms.
Classes

  ClassDescription
Public classCheckBox
Represents a checkbox control linked to a CheckBoxField.
Public classChoice
A choice control element is an element linked to ChoiceField that contains several text items, one or more of which shall be selected as the field value. The items may be presented to the user in one of the following two forms:
  • A scrollable list box
  • A combo box consisting of a drop-down list. The combo box may be accompanied by an editable text box in which the user can type a value other than the predefined choices if it's allowed by the field author.
Public classControlElement
Represents a base class for all control elements.
Public classPushButton
Represents a pushbutton control linked to a PushbuttonField.
Public classRadioButton
Represents a radio button control linked to a RadioButtonField. You can use single field to group radio buttons together.
Public classSignatureControl
Defines the visual representation for the SignatureField.
Public classTextBox
Represents a textbox control linked to a TextField.