Back to Devexpress

PdfDocumentProcessor.GetDXImages Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-dot-getdximages.md

latest1.2 KB
Original Source

PdfDocumentProcessor.GetDXImages Method

NameParametersDescription
GetDXImages(PdfDocumentArea, Single)area, imageResolutionRetrieves images with the specified resolution found in the specified document area.
GetDXImages(PdfDocumentArea)areaRetrieves the images found in the specified document area. Use this method in non-Windows environments.
GetDXImages(PdfDocumentPosition, PdfDocumentPosition, Single)startPosition, endPosition, imageResolutionRetrieves the images with the specified resolution found between the specified document positions.
GetDXImages(PdfDocumentPosition, PdfDocumentPosition)startPosition, endPositionRetrieves the images found between the specified document positions.