Skip to main content

PdfViewerControl.GetPage(Int32, Boolean) Method

Gets a document page with the specified index.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Task<UIElement> GetPage(
    int i,
    bool isPreview = false
)

Parameters

Name Type Description
i Int32

The page index.

Optional Parameters

Name Type Default Description
isPreview Boolean False

true to render the page at half its original resolution; otherwise, false.

Returns

Type Description
Task<Windows.UI.Xaml.UIElement>

The asynchronous operation.

See Also