AcroForm Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an acro form definition.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.FormsAcroForm

Namespace:  Apitron.PDF.Kit.Interactive.Forms
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class AcroForm : UndefinedResource

The AcroForm type exposes the following members.

Properties

  NameDescription
Public propertyCalculateOrder
Gets the calculate order.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyFieldNames
Gets the field names.
Public propertyFields
Gets an array of references to the document’s root fields(those with no ancestors in the field hierarchy).
Public propertyItem
Gets the underlying Field with the specified field name.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertySigFlags
Gets a set of flags specifying various document-level characteristics related to signature fields.
Top
Methods

  NameDescription
Public methodExportFormsData
Exports the form to the FormsDataDocument.
Public methodFlattenFields
Flattens all fields in the document.
Public methodImportFormsData
Imports the forms data.
Top
See Also

Reference