[]
Gets the list of images on this page.
public IList<PdfImageInfo> GetImages(float dpiX = 72, float dpiY = 72)
| Type | Name | Description |
|---|---|---|
| float | dpiX | The horizontal resolution used to calculate the bounds of images on the page. |
| float | dpiY | The vertical resolution used to calculate the bounds of images on the page. |
| Type | Description |
|---|---|
| IList<PdfImageInfo> | The list of images on the current page. |
Gets the list of images on this page.
public IList<PdfImageInfo> GetImages(float dpiX, float dpiY, bool ignoreErrors)
| Type | Name | Description |
|---|---|---|
| float | dpiX | The horizontal resolution used to calculate the bounds of images on the page. |
| float | dpiY | The vertical resolution used to calculate the bounds of images on the page. |
| bool | ignoreErrors | Indicates whether to ignore errors in PDF during processing. |
| Type | Description |
|---|---|
| IList<PdfImageInfo> | The list of images on the current page. |