Skip to main content
A newer version of this page is available. .

PdfViewerControl.CreateBitmap(Int32) Method

Exports a PDF page to an image.

Namespace: DevExpress.Xpf.PdfViewer

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

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