PrintDocument for WinForms
FontFamilyName プロパティ (DocumentFont)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > DocumentFont クラス : FontFamilyName プロパティ
Gets the actual font family name. This name may be used in API calls to create the corresponding font.

If C1PrintDocument.FontHandling has been set to FontHandling.BuildActualDocumentFonts or FontHandling.EmbedActualFonts, this name may differ from DocumentFont.FontName.

シンタックス
'宣言
 
Public ReadOnly Property FontFamilyName As System.String
'使用法
 
Dim instance As DocumentFont
Dim value As System.String
 
value = instance.FontFamilyName
public System.string FontFamilyName {get;}
参照

DocumentFont クラス
DocumentFont メンバ
FontHandling プロパティ