Class AcroForm
Represents an interactive form instance specific for each RadFixedDocument instance.
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
FormFieldCollection
|
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
SignatureFlags
|
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.Boolean
|
Methods
FlattenFormField(FormField)
Flattens a single form field.
Declaration
public void FlattenFormField(FormField field)
Parameters
FormField
field
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()