Gets or sets a value indicating how font embedding and substitution are handled
by the current C1PrintDocument.
Namespace:
C1.C1PreviewFor details on the available options see members of the FontHandling enumeration.
Note that if this property is set to a value other than EmbedFonts or EmbedActualFonts (i.e. fonts are not embedded automatically), you may manually add certain fonts that you want embedded, to the document's EmbeddedFonts collection.
The default value of this property is None.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute("FontHandling")] [DefaultValueAttribute(FontHandling.None)] public FontHandling FontHandling { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute("FontHandling")> _ <DefaultValueAttribute(FontHandling.None)> _ Public Property FontHandling As FontHandling Get Set |
Remarks
The default value for this property is FontHandling.None.