.NET Framework Class Library

ZoomMode Enumeration

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.Viewer Namespace >

.NET Framework Class Library

ZoomMode Enumeration

Defines page magnification with which a document needs to be displayed.

Namespace: Gnostice.Core.Viewer

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Enumeration ZoomMode

C#

public enum ZoomMode

Visual C++

public enum class ZoomMode

Members


Member name

Value

Description


ActualSize

0

100% page magnification (original size)


FitPage

1

Page magnified to fit the entire width and height of the current page within the full width and height of the viewer component.


FitWidth

2

Page magnified to fit the entire width of the current page within the full width of the viewer component.


FitHeight

3

Page magnified to fit the entire height of the current page within the full height of the viewer component.


CustomZoomPercent

4

Custom page magnification (specified by [!:Gnostice.XDS.WinForms.Controls.DocumentViewer.ZoomPercent] property)

See Also

Gnostice.Core.Viewer Namespace