Back to Devexpress

DocumentViewerBase.MaxZoom Property

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-86cf4607.md

latest1.9 KB
Original Source

DocumentViewerBase.MaxZoom Property

Gets the maximum zoom factor of a report page within the DocumentViewer.

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[DefaultValue(5F)]
[DXCategory("Printing")]
public float MaxZoom { get; }
vb
<DXCategory("Printing")>
<DefaultValue(5F)>
<Browsable(False)>
Public ReadOnly Property MaxZoom As Single

Property Value

TypeDefaultDescription
Single5

A Single value, specifying the maximum zoom factor of a report page within the Document Viewer.

|

Remarks

The DocumentViewerBase.Zoom property value will not exceed the limits set by the DocumentViewerBase.MinZoom and MaxZoom properties.

See Also

MinZoom

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace