AcroForm
Container for a document's interactive form (AcroForm) tied to a RadFixedDocument; manage fields, XFA, and viewer behavior.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class AcroForm
Inheritance: objectAcroForm
Methods
Flatten a single form field by painting its appearance and removing the widget.
public void FlattenFormField(FormField field)
The Field to be flattened.
Flatten all fields by drawing their current appearances on pages and removing the interactive controls.
public void FlattenFormFields()
Properties
The collection of all form fields defined in this document.
public FormFieldCollection FormFields { get; }
The form field collection that provides access to all text boxes, check boxes, radio buttons, and other form elements.
Gets or sets document‑level flags that govern signature field behavior.
public SignatureFlags SignatureFlags { get; set; }
Gets or sets whether PDF viewers should regenerate widget appearances from field properties instead of using stored appearances.
public bool ViewersShouldRecalculateWidgetAppearances { get; set; }
True if viewers should recalculate appearances dynamically; false to use static pre-rendered appearances.
The XFA (XML Forms Architecture) collection attached to this form.
public XfaCollection XfaForms { get; }