PrintDocument for WinForms
FontHandling 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : FontHandling 列挙体
Specifies how font embedding and substitution are handled by a C1PrintDocument (see FontProcessingOptions.FontHandling for details).
シンタックス
'宣言
 
Public Enum FontHandling 
   Inherits System.Enum
'使用法
 
Dim instance As FontHandling
public enum FontHandling : System.Enum 
メンバ
メンバ解説
BuildActualDocumentFontsFonts are not embedded, but font substitution is analyzed. The C1PrintDocument.DocumentFonts collection is populated with fonts actually used in the document when it is generated. The C1PrintDocument.EmbeddedFonts collection is not populated.
BuildDocumentFontsFonts are not embedded, and font substitution is not analyzed, but the C1PrintDocument.DocumentFonts collection is populated with fonts explicitly used in the document when it is generated. The C1PrintDocument.EmbeddedFonts collection is not populated.
EmbedActualFontsFonts are embedded, and font substitution is analyzed. Collections C1PrintDocument.EmbeddedFonts and C1PrintDocument.DocumentFonts are populated with fonts actually used in the document when it is generated.
EmbedFontsFonts are embedded, but font substitution is not analyzed. Collections C1PrintDocument.EmbeddedFonts and C1PrintDocument.DocumentFonts are populated with fonts explicitly used in the document when it is generated.
NoneFonts are not embedded, and font substitution is not analyzed. Collections C1PrintDocument.EmbeddedFonts and C1PrintDocument.DocumentFonts are not populated when the document is generated.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.FontHandling

参照

C1.C1Preview 名前空間