.NET Framework Class Library

DocumentViewer.ZoomIn Method

<< Click to Display Table of Contents >>

.NET Framework Class Library

DocumentViewer.ZoomIn Method

Increases page magnification to the next preset level.

Namespace: Gnostice.Controls.WinForms

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

Syntax

Visual Basic

Public Function ZoomIn As Boolean

C#

public bool ZoomIn()

Visual C++

public:
virtual bool ZoomIn() sealed

Implements

IView.ZoomIn()

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