PdfViewerControl.GetPage(Int32, Boolean) Method
In This Article
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
#Parameters
Name | Type | Description |
---|---|---|
i | Int32 | The page index. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
is |
Boolean | False | true to render the page at half its original resolution; otherwise, false. |
#Returns
Type | Description |
---|---|
Task<Windows. |
The asynchronous operation. |
See Also