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

DocumentViewerBase.MinZoom Property

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

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

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

Property Value

Type Default Description
Single 0.1

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

Remarks

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

See Also