Click or drag to resize
Pdftools logo

Document Methods

The Document type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate

Create a new PDF document.

Documents with created with this method are writable and can be modified.
Public methodStatic memberCreateWithFdf

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.
Public methodDispose

Close the object

Release all native resources associated with the object.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Public methodStatic memberOpen

Open a PDF document.

Documents opened with this method are read-only and cannot be modified.
Public methodStatic memberOpenWithFdf

Open a PDF document together with an FDF file.

Documents opened with this method are read-only and cannot be modified.
Top
See Also