Gets the collection of DocumentFont objects describing fonts
used in the current document.
Namespace:
C1.C1PreviewThis collection is populated automaticallly when the document generates, depending on the value of the FontHandling property on the document.
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 |