Pdf | |
The PdfTool type exposes the following members.
| Name | Description | |
|---|---|---|
| GetInfo | Gets the information of the loaded PDF document. | |
| GetPageCount | Gets the number of pages in the loaded PDF document. | |
| Load(Byte) | Loads a pdf document from a byte array. | |
| Load(Stream) | Loads a pdf document from the specified stream. | |
| Load(String) | Loads an existing pdf file. | |
| 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 an existing password protected pdf file. |