Indicates whether the AutoEmbedFonts property should be serialized.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[ObfuscationAttribute(Exclude = true)]
protected bool ShouldSerializeAutoEmbedFonts()
Visual Basic
<ObfuscationAttribute(Exclude := True)> _
Protected Function ShouldSerializeAutoEmbedFonts As Boolean

Return Value

True if AutoEmbedFonts should be serialized, false otherwise.

See Also