Namespace Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Classes
Represents an interactive form instance specific for each RadFixedDocument instance. |
Represents a checkbox form field that allows users to select or deselect a binary option with customizable appearance and export values. |
Represents an abstract base class for interactive form fields that allow users to select from predefined options, such as combo boxes and list boxes. |
Represents a selectable option within choice-based form fields such as combo boxes and list boxes, containing both the underlying data value and the display text. |
Represents a specialized collection of ChoiceOption for choice-based form fields such as combo boxes and list boxes, providing automatic widget appearance invalidation when options are modified. |
Represents a combo box form field that allows users to select from a dropdown list of options or optionally enter custom text when editable. |
Represents a specialized text box field that constrains text input to equally spaced character positions, commonly used for structured data entry such as postal codes, phone numbers, or serial numbers. |
Represents an abstract base class for options in choice-based form fields, providing common functionality for selectable items in combo boxes, list boxes, and radio button groups. |
Represents an abstract base collection for managing field options in interactive form fields, providing common functionality for adding, removing, and accessing options. |
Represents an interactive form field that can collect user input within a PDF document. |
Represents FormField providing a collection of type specific widgets. |
Represents a collection of interactive form fields within a PDF document, providing methods to add, remove, and access various types of form fields such as text boxes, checkboxes, and buttons. |
Represents a list box form field that displays a scrollable list of options, allowing users to select one or multiple items depending on the configuration. |
Represents a push button form field that creates clickable buttons for triggering actions such as form submission, page navigation, or JavaScript execution. |
Represents a radio button form field that provides a group of mutually exclusive options where only one option can be selected at a time, commonly used for single-choice selections. |
Represents a specialized collection of RadioButtonWidget for RadioButtonField, providing functionality to create and manage individual radio button widgets with their associated options. |
Represents a selectable option within a radio button field group, containing the data value that will be submitted when this option is selected. |
Represents a specialized collection of RadioButtonField for radio button fields, managing mutually exclusive selectable options within a radio button group. |
Represents a signature form field that provides an area for digital signatures, allowing users to sign documents electronically with cryptographic validation and integrity protection. |
Represents a text box form field that allows users to enter single-line or multi-line text input with optional password masking and character limits. |
Represents an abstract base class for text-based form fields that allow users to enter and edit textual content with various formatting and validation options. |
Represents text properties used by PDF viewers when generating dynamic appearance for interactive form widgets. |
Represents a specialized collection of form field widgets that provides functionality for creating and managing widget instances with automatic initialization of appearance properties. |
Represents an abstract base collection for managing form field widgets of a specific type, providing common functionality for widget creation, addition, and removal. |
Represents a collection of XFA (XML Forms Architecture) forms, allowing for storing and managing form data as a collection of name and byte array pairs. |
Enums
Represents the type of a FormField. |
Represents the possible signature flags. |