PdfDocument Constructor |
Name | Description | |
---|---|---|
PdfDocument |
Creates an empty pdf document object.
| |
PdfDocument(Stream) |
Loads a pdf document from the specified stream.
| |
PdfDocument(String) |
Loads a pdf document from an existing pdf file.
| |
PdfDocument(PdfStandard) |
Creates an empty pdf document object.
| |
PdfDocument(Stream, String) |
Loads a pdf document from a stream containing a password protected pdf document.
| |
PdfDocument(String, String) |
Loads a pdf document from an existing password protected pdf file.
|