Pdf |
The PdfImage type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | Clones this PdfImage. | |
| 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. |
| Name | Description | |
|---|---|---|
| GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
| GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) | |
| GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |