Back to Devexpress

DocumentViewerBase.MinZoom Property

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-3cb34c43.md

latest1.9 KB
Original Source

DocumentViewerBase.MinZoom Property

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

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(0.1F)]
[DXCategory("Printing")]
public float MinZoom { get; }
vb
<DXCategory("Printing")>
<DefaultValue(0.1F)>
<Browsable(False)>
Public ReadOnly Property MinZoom As Single

Property Value

TypeDefaultDescription
Single0.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

MaxZoom

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace