Pdf |
| Name | Description | |
|---|---|---|
| Load | Loads the PdfDocument entirely from the PDF file. PDF file remains open. If you want to close the PDF file, use Close method. | |
| Load(Stream) | Loads a PDF document from the specified stream and with the Default options. | |
| Load(String) | Loads a PDF document from a file with the specified path and with the Default options. | |
| Load(Stream, PdfLoadOptions) | Loads a PDF document from the specified stream and with the specified options. | |
| Load(String, PdfLoadOptions) | Loads a PDF document from a file with the specified path and with the specified options. |