PrintDocument for WinForms
BarDirectionEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : BarDirectionEnum 列挙体
Specifies the direction of the barcode
シンタックス
'宣言
 
Public Enum BarDirectionEnum 
   Inherits System.Enum
'使用法
 
Dim instance As BarDirectionEnum
public enum BarDirectionEnum : System.Enum 
メンバ
メンバ解説
DownThe barcode is rendered from the top down.
NormalThe barcode is rendered in the horizontal direction.
UpThe barcode is rendered from the bottom up.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.BarDirectionEnum

参照

C1.C1Preview 名前空間