.NET Framework Class Library

DocumentViewer.ZoomOut Method

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.WinForms Namespace > DocumentViewer Class > DocumentViewer Methods >

.NET Framework Class Library

DocumentViewer.ZoomOut Method

Decreases page magnification to the previous preset level.

Namespace: Gnostice.Controls.WinForms

Assembly:  Gnostice.Controls.WinForms (in Gnostice.Controls.WinForms.dll)

Syntax

Visual Basic

Public Function ZoomOut As Boolean

C#

public bool ZoomOut()

Visual C++

public:
virtual bool ZoomOut() sealed

Implements

IView.ZoomOut()

Remarks

The preset magnification levels are: 1, 6.25f, 10, 12.5f, 25, 33.5f, 50, 66.7f, 75, 100, 150, 200, 300, 400, 600, 800, 1200, 1600, 2400, 3200, 6400, 10000

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WinForms Namespace