PDF for .NET
PdfFontStretch 列挙体

C1.Pdf.6 アセンブリ > C1.Pdf.Reader 名前空間 : PdfFontStretch 列挙体
フォントストレッチ値の有効な値を定義します。PDF Reference 1.7 の 5.7 章を参照してください。
シンタックス
'宣言
 
Public Enum PdfFontStretch 
   Inherits System.Enum
public enum PdfFontStretch : System.Enum 
メンバ
メンバ解説
Condensed標準より 2 段階狭い。
Expanded標準より 2 段階広い。
ExtraCondensed標準より 3 段階狭い。
ExtraExpanded標準より 3 段階広い。
Normal標準。
SemiCondensed標準より 1 段階狭い。
SemiExpanded標準より 1 段階広い。
UltraCondensed最も狭い。
UltraExpanded最も広い。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Pdf.Reader.PdfFontStretch

参照

C1.Pdf.Reader 名前空間