PdfZoomMode Enum
Lists values that specify the zoom mode of the PDF document.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Members
Name | Description |
---|---|
Fit
|
Sets the largest zoom level that will allow the document page to be displayed without any scroll bars appearing. |
Fit
|
Sets the largest zoom level that will allow the document page to be displayed without a horizontal scroll bar appearing. |
Fit
|
Sets the largest zoom level that will allow the document page to be displayed without a vertical scroll bar appearing. |
Page
|
Sets the zoom level according to the document’s Pdf |
Custom
|
Sets the custom document zoom factor according to the Pdf |
Auto
|
Sets the zoom level depending on the Pdf |
#Related API Members
The following properties accept/return PdfZoomMode values:
#Remarks
The values listed by this enumeration are used to set the PdfViewerControl.ZoomMode property’s value.