Skip to main content

DocumentViewerBase.ZoomOut() Method

Zooms out the page currently displayed in the DocumentViewer.

Namespace: DevExpress.DocumentView.Controls

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void ZoomOut()

Remarks

This method decreases the zoom factor defined by the DocumentViewerBase.Zoom property.

See Also