FormFieldManager
Editor.FormFieldManager property
Provides access to functionality for managing form fields within the document.
public FormFieldManager FormFieldManager { get; }
Return Value
A FormFieldManager instance for managing form fields within the document.
Remarks
The FormFieldManager property creates a new instance of the FormFieldManager class, which allows access to methods and properties for managing form fields within the document. Form fields are interactive elements within the document that can capture user input or trigger actions. The FormFieldManager instance provides methods for various form field operations, including checking for invalid form fields, updating form field data, and fixing naming issues. It also facilitates the retrieval of form field names and their associated data. This property is useful for interacting with and manipulating form fields programmatically, enabling tasks such as form field validation, synchronization, and customization.
See Also
- class FormFieldManager
- class Editor
- namespace GroupDocs.Editor
- assembly GroupDocs.Editor