Describes the supported modes of moving between pages in a viewer.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public enum PageJumpTypeEnum
Visual Basic
Public Enumeration PageJumpTypeEnum

Members

Member nameDescription
First Move to the first page.
Previous Move to the previous page.
Next Move to the next page.
Last Move to the last page.
Absolute Move directly to the specified page.
Relative Move to the page specified relative to the current page.

See Also