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


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

If C1PrintDocument.FontHandling property on the document has been set to FontHandling.EmbedFonts or FontHandling.EmbedActualFonts, this collection is populated automatically when the document generates.

Otherwise, this collection is not populated automatically. But you can add fonts to this collection in code, so that just the added fonts will be embedded in the document. Note that in that case you must also explicitly specify the glyphs to include by calling the EmbeddedFont.AddGlyphs method or any of its overloads.

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

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