This property is obsolete.
Gets or sets a value indicating whether the EmbeddedFonts collection will be automatically filled with fonts used in the document during document generation.The default value is false.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Use FontHandling instead.")] [BrowsableAttribute(false)] [XmlAttributeAttribute] public bool AutoEmbedFonts { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Use FontHandling instead.")> _ <BrowsableAttribute(False)> _ <XmlAttributeAttribute> _ Public Property AutoEmbedFonts As Boolean Get Set |