Class AcroForm
Represents an interactive form instance specific for each Rad
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class AcroForm
Properties
FormFields
Represents the form fields
Declaration
public FormFieldCollection FormFields { get; }
Property Value
SignatureFlags
Gets or sets a set of flags specifying various document-level characteristics related to signature fields.
Declaration
public SignatureFlags SignatureFlags { get; set; }
Property Value
ViewersShouldRecalculateWidgetAppearances
Gets or sets boolean value indicating whether the Widget appearances should be recalculated before visualizing them in a PDF viewer. If true then the PDF viewers should dynamically reconstruct all widgets content based on widget text properties and appearance characteristics.
Declaration
public bool ViewersShouldRecalculateWidgetAppearances { get; set; }
Property Value
System.
|
XfaForms
Gets the XFA (XML Forms Architecture) collection.
Declaration
public XfaCollection XfaForms { get; }
Property Value
Methods
FlattenFormField(FormField)
Flattens a single form field.
Declaration
public void FlattenFormField(FormField field)
Parameters
Form The Field to be flattened. |
FlattenFormFields()
Removes all fields and leaves only their values. After this is done the fields cannot be edited.
Declaration
public void FlattenFormFields()