PrintDocument for WinForms
FontHandling プロパティ (FontProcessingOptions)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > FontProcessingOptions クラス : FontHandling プロパティ
Gets or sets a value indicating how font embedding and substitution are handled by the current C1PrintDocument.

For details on the available options see members of the FontHandling enumeration.

Note that if this property is set to a value other than FontHandling.EmbedFonts or FontHandling.EmbedActualFonts (i.e. fonts are not embedded automatically), you may manually add certain fonts that you want embedded, to the document's C1PrintDocument.EmbeddedFonts collection.

The default value of this property is FontHandling.None.

シンタックス
'宣言
 
Public Property FontHandling As FontHandling
'使用法
 
Dim instance As FontProcessingOptions
Dim value As FontHandling
 
instance.FontHandling = value
 
value = instance.FontHandling
public FontHandling FontHandling {get; set;}
参照

FontProcessingOptions クラス
FontProcessingOptions メンバ