Skip to main content
A newer version of this page is available. .

IPdfDocumentSelectionResults.GetImage(Int32) Method

Returns the selected image.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.2.dll

Declaration

BitmapSource GetImage(
    int rotationAngle
)

Parameters

Name Type Description
rotationAngle Int32

An integer value, specifying the rotation angle of document pages (in degrees). This value must be a multiple of 90.

Returns

Type Description
BitmapSource

A BitmapSource object that represents the selected image.

See Also