DocumentViewerBase.MinZoom Property
In This Article
Gets the minimum zoom factor of a report page within the DocumentViewer.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
[DefaultValue(0.1F)]
[DXCategory("Printing")]
public float MinZoom { get; }
#Property Value
Type | Default | Description |
---|---|---|
Single | 0. |
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