IPdfDocumentSelectionResults.GetImage(Int32) Method
In This Article
Returns the selected image.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
BitmapSource GetImage(
int rotationAngle
)
#Parameters
Name | Type | Description |
---|---|---|
rotation |
Int32 | An integer value, specifying the rotation angle of document pages (in degrees). This value must be a multiple of 90. |
#Returns
Type | Description |
---|---|
Bitmap |
A Bitmap |
See Also