Skip to main content

PdfViewerControl.CreateBitmap(Int32) Method

Exports a PDF page to an image.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.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
BitmapSource

A System.Windows.Media.Imaging.BitmapSource object.

See Also