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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : DocumentFonts プロパティ
Gets the collection of DocumentFont objects describing fonts used in the current document.

This collection is populated automaticallly when the document generates, depending on the value of the C1PrintDocument.FontHandling property on the document.

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

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