[]
        
(Showing Draft Content)

C1.C1Preview.PageJumpTypeEnum

PageJumpTypeEnum Enum

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

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public enum PageJumpTypeEnum

Fields

Name Description
Absolute

Move directly to the specified page.

First

Move to the first page.

Last

Move to the last page.

Next

Move to the next page.

Previous

Move to the previous page.

Relative

Move to the page specified relative to the current page.