Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.KitFormsDataDocument
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
Top
This class represents a FDF document.
Inheritance Hierarchy
Apitron.PDF.KitFormsDataDocument
Namespace: Apitron.PDF.Kit
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The FormsDataDocument type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormsDataDocument |
Initializes a new instance of the FormsDataDocument class.
| |
FormsDataDocument(Stream) |
Initializes a new instance of the FormsDataDocument class.
| |
FormsDataDocument(ResourceManager) |
Initializes a new instance of the FormsDataDocument class.
| |
FormsDataDocument(Stream, ResourceManager) |
Initializes a new instance of the FormsDataDocument class.
|
Properties
Name | Description | |
---|---|---|
Annotations |
Gets a collection of FDF annotations which will be appeared in a target document.
The collection may include annotations of any of the standard types except Link, Movie, Widget, PrinterMark, Screen, and TrapNet.
| |
Fields |
Gets a collection of FDF fields representing the root fields (those with no ancestors in the field hierarchy) that shall be exported or imported. This entry and the Pages entry shall not both be present.
| |
Pages |
Gets the a collection of FDF pages that shall be added to a PDF target document. The Fields and Status entries shall not be present together with this entry.
| |
ResourceManager |
Gets the resource manager.
| |
Target |
Gets or sets the source or target file.
|
Methods
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
Save |
Saves the FDF document to the specified stream.
|
See Also