PdfViewerControl.CreateBitmap(Int32) Method
In This Article
Exports a PDF page to an image.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public BitmapSource CreateBitmap(
int index
)
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value, specifying the page number. |
#Returns
Type | Description |
---|---|
Bitmap |
A System. |
See Also