PDF for .NET
FieldBorderWidth 列挙体

C1.Pdf.6 アセンブリ > C1.Pdf 名前空間 : FieldBorderWidth 列挙体
AcroField の境界線の幅を指定します。
シンタックス
'宣言
 
Public Enum FieldBorderWidth 
   Inherits System.Enum
public enum FieldBorderWidth : System.Enum 
メンバ
メンバ解説
Medium標準の境界線(2 ポイント幅)。
None境界線なし。
Thick太い境界線(3 ポイント幅)。
Thin細い境界線(1 ポイント幅)。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Pdf.FieldBorderWidth

参照

C1.Pdf 名前空間