PrintDocument for WinForms
DocumentFonts プロパティ (C1PrintDocument)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : DocumentFonts プロパティ
現在のドキュメントに使用されるフォントを記述する DocumentFontオブジェクトの コレクションを取得します。

このコレクションは、ドキュメント上の FontHandlingプロパティの値に応じて、ドキュメントの生成時に自動的にデータが読み込まれます。

シンタックス
'宣言
 
Public ReadOnly Property DocumentFonts As DocumentFontCollection
'使用法
 
Dim instance As C1PrintDocument
Dim value As DocumentFontCollection
 
value = instance.DocumentFonts
public DocumentFontCollection DocumentFonts {get;}
参照

C1PrintDocument クラス
C1PrintDocument メンバ
EmbeddedFonts プロパティ