Skip to main content
All docs
V23.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.