Fdf |
The FdfDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| Content | Gets FDF content as a string | |
| Fields | Gets an array of FdfFieldItem in this FDF document. | |
| Handle | Gets the Pdfium SDK handle that the FDF document is bound to | |
| IsDisposed |
Gets a value indicating whether the object has been disposed of.
Field Valuetrue if the control has been disposed of; otherwise, false. | |
| PathToPdf | Gets a path to the PDF file spicified inside FDF document | |
| Root | Gets the root catalog of the FDF document |
| Name | Description | |
|---|---|---|
| CreateNew | Create empty FDF document. | |
| Dispose | Releases all resources used by the PdfDocument. | |
| Dispose(Boolean) | Releases all resources used by the PdfImageObject. | |
| Finalize |
Finalize object
(Overrides ObjectFinalize) | |
| FromHandle | Crreate an instance of FdfDocument class from handle. | |
| Load(Byte) | Loads a fDF document from a memory. | |
| Load(String) | Loads a FDF document from a file. | |
| Load(Stream, Int32) | Loads the FDF document from the specified stream. |