Skip to main content
A newer version of this page is available. .

PdfViewerControl.IsZoomedOutView Property

Gets whether the PdfViewerControl displays page thumbnails.

Namespace: DevExpress.UI.Xaml.Controls

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

Declaration

public bool IsZoomedOutView { get; protected set; }

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