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.v19.1.dll

Declaration

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