.NET Framework Class Library

ScrollMode Enumeration

<< Click to Display Table of Contents >>

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

.NET Framework Class Library

ScrollMode Enumeration

Defines page scrolling modes.

Namespace: Gnostice.Core.Viewer

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

Syntax

Visual Basic

Public Enumeration ScrollMode

C#

public enum ScrollMode

Visual C++

public enum class ScrollMode

Members


Member name

Value

Description


Continuous

0



NonContinuous

1

Viewer displays pages one below the other. If end-user scrolls up or down, viewer may show portions of previous page or next page.


NonPageSwitching

2

Viewer displays pages individually. If end-user scrolls up or down, the viewer will totally replace the current page with the previous page or next page.

See Also

Gnostice.Core.Viewer Namespace