PdfViewerControl.IsZoomedOutView Property
Gets whether the PdfViewerControl displays page thumbnails.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the PdfViewerControl displays page thumbnails; otherwise, false. |
Remarks
The PdfViewerControl uses the SemanticZoom control that allows the end-user to switch between two views of the document:
- Zoomed-in view that is the main view which is used to read the document.
- Zoomed-out view that shows page thumbnails and allows the end-user to quickly navigate through the document.
See Also