DocumentViewerBase.MinZoom Property
Gets the minimum zoom factor of a report page within the DocumentViewer.
Namespace: DevExpress.DocumentView.Controls
Assembly: DevExpress.Utils.v24.1.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.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