FormsDataDocument Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a FDF document.
Inheritance Hierarchy

SystemObject
  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

public sealed class FormsDataDocument : IDisposable

The FormsDataDocument type exposes the following members.

Constructors

  NameDescription
Public methodFormsDataDocument
Initializes a new instance of the FormsDataDocument class.
Public methodFormsDataDocument(Stream)
Initializes a new instance of the FormsDataDocument class.
Public methodFormsDataDocument(ResourceManager)
Initializes a new instance of the FormsDataDocument class.
Public methodFormsDataDocument(Stream, ResourceManager)
Initializes a new instance of the FormsDataDocument class.
Top
Properties

  NameDescription
Public propertyAnnotations
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.
Public propertyFields
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.
Public propertyPages
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.
Public propertyResourceManager
Gets the resource manager.
Public propertyTarget
Gets or sets the source or target file.
Top
Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodSave
Saves the FDF document to the specified stream.
Top
See Also

Reference