C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / DocumentFonts Property

In This Topic
DocumentFonts Property
In This Topic
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.

Syntax
'Declaration
 
Public ReadOnly Property DocumentFonts As DocumentFontCollection
 
See Also