PrintDocument for WinForms
BreakEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : BreakEnum 列挙体
Defines the various breaks which can be forced before or after render object.
シンタックス
'宣言
 
Public Enum BreakEnum 
   Inherits System.Enum
'使用法
 
Dim instance As BreakEnum
public enum BreakEnum : System.Enum 
メンバ
メンバ解説
ColumnNew column should be started.
LineNew line on inline flow should be started.
NoneNo break.
PageNew page should be started.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.BreakEnum

参照

C1.C1Preview 名前空間