'Declaration Public Enum PageJumpTypeEnum Inherits System.Enum
public enum PageJumpTypeEnum : System.Enum
'Declaration Public Enum PageJumpTypeEnum Inherits System.Enum
public enum PageJumpTypeEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.PageJumpTypeEnum