Back to Devexpress

PdfDocumentProcessor.GetDXImages(PdfDocumentArea, Single) Method

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

latest2.0 KB
Original Source

PdfDocumentProcessor.GetDXImages(PdfDocumentArea, Single) Method

Retrieves images with the specified resolution found in the specified document area.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public IList<DXBitmap> GetDXImages(
    PdfDocumentArea area,
    float imageResolution
)
vb
Public Function GetDXImages(
    area As PdfDocumentArea,
    imageResolution As Single
) As IList(Of DXBitmap)

Parameters

NameTypeDescription
areaPdfDocumentArea

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