.NET Framework Class Library

DocumentViewer.GetZoomList 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.GetZoomList Method

Get predefined and standard zoom list

Namespace: Gnostice.Controls.WinForms

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

Syntax

Visual Basic

Public Function GetZoomList As List(Of ZoomInfo)

C#

public List<ZoomInfoGetZoomList()

Visual C++

public:
List<ZoomInfo^>^ GetZoomList()

Return Value

Details of the zoom values (ZoomInfo).

See Also

DocumentViewer Class

DocumentViewer Members

Gnostice.Controls.WinForms Namespace