PdfViewerControl.CreateBitmap(Int32) Method
Exports a PDF page to an image.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v25.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An integer value, specifying the page number. |
Returns
| Type | Description |
|---|---|
| BitmapSource | A System.Windows.Media.Imaging.BitmapSource object. |
See Also