PrintDocument for WinForms
PageDirectionEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : PageDirectionEnum 列挙体
Describes the direction in which the new page should be started.
シンタックス
'宣言
 
Public Enum PageDirectionEnum 
   Inherits System.Enum
'使用法
 
Dim instance As PageDirectionEnum
public enum PageDirectionEnum : System.Enum 
メンバ
メンバ解説
DefaultType of page (vertical or horizontal) is determinated on the basis of the current stacking rules. Vertical page is added if Stacking is StackingRulesEnum.BlockTopToBottom.
HorizontalHorizontal page direction - i.e. logically the next page is to the right of the current one.
VerticalVertical page direction - i.e. logically the next page is below the current one.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.PageDirectionEnum

参照

C1.C1Preview 名前空間