Skip to main content
A newer version of this page is available. .
All docs
V23.1
.NET Framework 4.5.2+

PdfDocumentProcessor.GetDXImages Method

Name Parameters Description
GetDXImages(PdfDocumentArea, Single) area, imageResolution Retrieves images with the specified resolution found in the specified document area.
GetDXImages(PdfDocumentArea) area Retrieves the images found in the specified document area. Use this method in non-Windows environments.
GetDXImages(PdfDocumentPosition, PdfDocumentPosition, Single) startPosition, endPosition, imageResolution Retrieves the images with the specified resolution found between the specified document positions.
GetDXImages(PdfDocumentPosition, PdfDocumentPosition) startPosition, endPosition Retrieves the images found between the specified document positions.