[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Page.GetImages

GetImages Method

GetImages(float, float)

Gets the list of images on this page.

Declaration
public IList<PdfImageInfo> GetImages(float dpiX = 72, float dpiY = 72)
Parameters
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.

Returns
Type Description
IList<PdfImageInfo>

The list of images on the current page.

GetImages(float, float, bool)

Gets the list of images on this page.

Declaration
public IList<PdfImageInfo> GetImages(float dpiX, float dpiY, bool ignoreErrors)
Parameters
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.

Returns
Type Description
IList<PdfImageInfo>

The list of images on the current page.