'Declaration Public Enum FontHandling Inherits System.Enum
public enum FontHandling : System.Enum
'Declaration Public Enum FontHandling Inherits System.Enum
public enum FontHandling : System.Enum
Member | Description |
---|---|
BuildActualDocumentFonts | Fonts 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. |
BuildDocumentFonts | Fonts 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. |
EmbedActualFonts | Fonts 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. |
EmbedFonts | Fonts 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. |
None | Fonts 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