Skip to main content

IPdfDocument.CreateBitmap(Int32, Int32) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

BitmapSource CreateBitmap(
    int pageIndex,
    int largestEdgeLength
)

Parameters

Name Type
pageIndex Int32
largestEdgeLength Int32

Returns

Type
BitmapSource
See Also