FDFDoc Class |
Namespace: pdftron.FDF
public sealed class FDFDoc : IClosable
The FDFDoc type exposes the following members.
Name | Description | |
---|---|---|
![]() | FDFDoc |
Creates an empty FDFDoc instance.
|
![]() | FDFDoc(Byte) |
Creates a new FDF document from an array of bytes.
|
![]() | FDFDoc(String) |
Creates a new FDF document from the specified full path of the file.
|
![]() | FDFDoc(IFilter) |
Creates a new SDF document from an existing IFilter instance.
|
![]() | FDFDoc(SDFDoc) |
Creates an FDF document from an existing SDF/Cos document.
|
Name | Description | |
---|---|---|
![]() | Close | |
![]() ![]() | CreateFromXFDFAsync(Byte) |
Creates an FDF document from a byte array.
|
![]() ![]() | CreateFromXFDFAsync(String) |
Creates an FDF document from an existing XFDF file.
|
![]() ![]() | CreateFromXFDFAsync(IBuffer) |
Creates an FDF document from a buffer.
|
![]() ![]() | CreateFromXFDFAsync(IFilter) |
Creates an FDF document from an existing XFDF file.
|
![]() | Destroy |
Closes this FDFDoc and releases associated resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | FieldCreate(String, Int32) |
Creates a new interactive form field.
|
![]() | FieldCreate(String, Int32, Obj) |
Creates a new interactive form field.
|
![]() | FieldCreate(String, Int32, String) |
Creates a new interactive form field.
|
![]() | GetFDF |
Gets the FDF dictionary.
|
![]() | GetField |
Gets the field with matching field name.
|
![]() | GetFieldIterator |
Gets an iterator to traverse all fields in this FDF document.
|
![]() | GetFieldIterator(String) |
Gets an iterator to traverse all fields in this FDF document.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetID |
Gets the ID entry from "/Root/FDF" dictionary.
|
![]() | GetPdfFileName |
Gets the PDF document file that this FDF file was exported from or is intended to be imported into.
|
![]() | GetRoot |
Gets the root of this document.
|
![]() | GetSDFDoc |
Gets the SDFDoc object in FDFDoc.
|
![]() | GetTrailer |
Gets the trailer of this document.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsModified |
Checks whether this FDFDoc was modified or not.
|
![]() | MergeAnnots(String) |
Merges annotations into an FDF document with a given XML command file.
|
![]() | MergeAnnots(String, String) |
Merges annotations into an FDF document with a given XML command file.
|
![]() | SaveAsXFDFAsync(String) |
Saves the FDF document in XFDF format.
|
![]() | SaveAsXFDFAsync(IFilter) |
Saves the FDF document in XFDF format.
|
![]() | SaveAsXFDFAsync(String, XFDFExportOptions) |
Saves the FDF document in XFDF format.
|
![]() | SaveAsXFDFAsync(IFilter, XFDFExportOptions) |
Saves the FDF document in XFDF format.
|
![]() | SaveAsXFDFString |
Saves the FDF document into an XFDF string.
|
![]() | SaveAsXFDFString(XFDFExportOptions) |
Saves the FDF document into an XFDF string.
|
![]() | SaveAsXFDFToBufferAsync |
Saves the FDF document in XFDF format.
|
![]() | SaveAsXFDFToBufferAsync(XFDFExportOptions) |
Saves the FDF document in XFDF format.
|
![]() | SaveAsync(String) |
Saves all changes to the document and writes them to a file pointed by the given path.
|
![]() | SaveAsync(IFilter) |
Saves all changes to the document and writes them to an output IFilter sink.
|
![]() | SaveToBufferAsync |
Saves all changes to the document and writes them to a byte array.
|
![]() | SetID |
Sets the ID entry in "/Root/FDF" dictionary.
|
![]() | SetPdfFileName |
Sets the PDF document file that this FDF file was exported from or is intended to be imported into.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |