Document Methods |
The Document type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Create a new PDF document. Documents with created with this method are writable and can be modified. | |
| CreateWithFdf | Create a new PDF document and an associated FDF. Documents with created with this method are writable and can be modified. When creating a document with this method, all MarkupAnnotations - created or copied - are stored as an FDF file to the fdfStream. In the output PDF (pdfStream), only annotations that are not MarkupAnnotations are stored. | |
| Dispose | Close the object Release all native resources associated with the object. | |
| Equals | (Inherited from NativeObject) | |
| GetHashCode | (Inherited from NativeObject) | |
| Open | Open a PDF document. Documents opened with this method are read-only and cannot be modified. | |
| OpenWithFdf | Open a PDF document together with an FDF file. Documents opened with this method are read-only and cannot be modified. | |
| SetPdfUaConformant | Declare the document as PDF/UA conformant |