PrintDocument for WinForms
PageJumpTypeEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : PageJumpTypeEnum 列挙体
Describes the supported modes of moving between pages in a viewer.
シンタックス
'宣言
 
Public Enum PageJumpTypeEnum 
   Inherits System.Enum
'使用法
 
Dim instance As PageJumpTypeEnum
public enum PageJumpTypeEnum : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.C1Preview 名前空間