C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PageJumpTypeEnum Enumeration

PageJumpTypeEnum Enumeration
Describes the supported modes of moving between pages in a viewer.
Syntax
'Declaration
 
Public Enum PageJumpTypeEnum 
   Inherits System.Enum
 
Members
MemberDescription
AbsoluteMove directly to the specified page.
FirstMove to the first page.
LastMove to the last page.
NextMove to the next page.
PreviousMove to the previous page.
RelativeMove to the page specified relative to the current page.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.PageJumpTypeEnum

See Also