Back to Devexpress

PdfDocumentProcessor.GetDXImages(PdfDocumentPosition, PdfDocumentPosition, Single) Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-dot-getdximages-x28-devexpress-dot-pdf-dot-pdfdocumentposition-devexpress-dot-pdf-dot-pdfdocumentposition-system-dot-single-x29.md

latest2.4 KB
Original Source

PdfDocumentProcessor.GetDXImages(PdfDocumentPosition, PdfDocumentPosition, Single) Method

Retrieves the images with the specified resolution found between the specified document positions.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public IList<DXBitmap> GetDXImages(
    PdfDocumentPosition startPosition,
    PdfDocumentPosition endPosition,
    float imageResolution
)
vb
Public Function GetDXImages(
    startPosition As PdfDocumentPosition,
    endPosition As PdfDocumentPosition,
    imageResolution As Single
) As IList(Of DXBitmap)

Parameters

NameTypeDescription
startPositionPdfDocumentPosition

The start point of a page area from which the images should be retrieved.

| | endPosition | PdfDocumentPosition |

The end point of a page area from which the images should be retrieved.

| | imageResolution | Single |

A Single object that represents the value, in dots per inch, for the image resolution.

|

Returns

TypeDescription
IList<DXBitmap>

A collection of DXBitmap objects.

|

Remarks

The overloaded GetDXImages method uses the page coordinate system. See the following topic for more information: Coordinate Systems.

See Also

PdfDocumentProcessor Class

PdfDocumentProcessor Members

DevExpress.Pdf Namespace