Pdf |
| Name | Description | |
|---|---|---|
| Load(Stream) | Loads a PdfImage from the specified stream and with the Default options. | |
| Load(String) | Loads a PdfImage from a file with the specified path and with the Default options. | |
| Load(Stream, ImageLoadOptions) | Loads a PdfImage from the specified stream and with the specified options. | |
| Load(String, ImageLoadOptions) | Loads a PdfImage from a file with the specified path and with the specified options. |