Skip to main content

DocumentViewerBase.MaxZoom Property

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

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(5F)]
[DXCategory("Printing")]
public float MaxZoom { get; }

Property Value

Type Default Description
Single 5

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