Gets the collection of DocumentFont objects describing fonts used in the current document.

This collection is populated automaticallly when the document generates, depending on the value of the FontHandling property on the document.

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

Syntax

C#
[BrowsableAttribute(false)]
[XmlElementAttribute("DocumentFonts")]
public DocumentFontCollection DocumentFonts { get; }
Visual Basic
<BrowsableAttribute(False)> _
<XmlElementAttribute("DocumentFonts")> _
Public ReadOnly Property DocumentFonts As DocumentFontCollection
	Get

See Also