Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.FixedLayout.ResourcesResource
Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
Apitron.PDF.Kit.Interactive.FormsAcroForm
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents an acro form definition.
Inheritance Hierarchy
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
The AcroForm type exposes the following members.
Properties
Name | Description | |
---|---|---|
CalculateOrder |
Gets the calculate order.
| |
CanBeExported |
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.) | |
FieldNames |
Gets the field names.
| |
Fields |
Gets an array of references to the document’s root fields(those with no ancestors in the field hierarchy).
| |
Item |
Gets the underlying Field with the specified field name.
| |
ResourceType |
Gets the resource type.
(Inherited from Resource.) | |
SigFlags |
Gets a set of flags specifying various document-level characteristics related to signature fields.
|
Methods
Name | Description | |
---|---|---|
ExportFormsData |
Exports the form to the FormsDataDocument.
| |
FlattenFields |
Flattens all fields in the document.
| |
ImportFormsData |
Imports the forms data.
|
See Also