'宣言 Public Enum PdfFontType Inherits System.Enum
public enum PdfFontType : System.Enum
'宣言 Public Enum PdfFontType Inherits System.Enum
public enum PdfFontType : System.Enum
メンバ | 解説 |
---|---|
Embedded | 埋め込み TrueType フォントを使用。 |
Standard | 標準 PDF フォント(Helvetica、Times、Symbol)だけを使用。 |
TrueType | TrueType フォントを使用。埋め込みなし(ビューアにフォントがインストールされている必要がある)。 |
System.Object
System.ValueType
System.Enum
C1.WPF.Pdf.PdfFontType