PdfManagerLoad Method |
Name | Description | |
---|---|---|
Load(Byte) |
Loads a pdf document from a byte array.
| |
Load(Stream) |
Loads a pdf document from the specified stream.
| |
Load(String) |
Loads a pdf document from an existing pdf file.
| |
Load(PdfDocument) |
Loads a pdf document from an existing PdfDocument object.
| |
Load(Byte, String) |
Loads a password protected pdf document from a byte array.
| |
Load(Stream, String) |
Loads a pdf document from a stream containing a password protected pdf document.
| |
Load(String, String) |
Loads a pdf document from an existing password protected pdf file.
| |
Load(PdfDocument, String) |
Loads a pdf document from an existing password protected PdfDocument object.
|