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

DocumentViewerBase.MaxZoom Property

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

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Printing")]
[DefaultValue(5F)]
[Browsable(false)]
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