Skip to main content

IPdfDocumentSelectionResults.GetImage(Int32) Method

Returns the selected image.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

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