FDFDoc Methods |
The FDFDoc type exposes the following members.
| 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.) |