PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / PageJumpTypeEnum Enumeration

In This Topic
    PageJumpTypeEnum Enumeration
    In This Topic
    Describes the supported modes of moving between pages in a viewer.
    Syntax
    'Declaration
     
    Public Enum PageJumpTypeEnum 
       Inherits System.Enum
    public enum PageJumpTypeEnum : 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