Back to Devexpress

PdfZoomChangedEventArgs.ZoomMode Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfzoomchangedeventargs.md

latest2.1 KB
Original Source

PdfZoomChangedEventArgs.ZoomMode Property

Indicates the current document zoom mode.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public PdfZoomMode ZoomMode { get; }
vb
Public ReadOnly Property ZoomMode As PdfZoomMode

Property Value

TypeDescription
PdfZoomMode

A PdfZoomMode enumeration value, specifying the document zoom mode.

|

Available values:

NameDescription
Custom

The document zoom factor is defined by the PdfViewer.ZoomFactor property value.

| | ActualSize |

Sets the document zoom factor value to 100%.

| | FitToVisible |

The document zoom factor is calculated to fit to the width of the visible content of a page. The region of the visible page content is defined by the bleed box (see section 14.11.2 of the PDF 32000-1:2008 standard). If the bleed box is smaller than the crop box, the FitToWidth and FitToVisible modes provide different results.

| | FitToWidth |

Sets the document zoom factor value to fit to the width of the widest page in a document. If the bleed box is smaller than the crop box, the FitToWidth provides different result from the FitToVisible mode.

| | PageLevel |

Sets the document zoom factor value to fit to the widest or highest page in a document.

|

See Also

PdfZoomChangedEventArgs Class

PdfZoomChangedEventArgs Members

DevExpress.XtraPdfViewer Namespace