C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / DocumentFont Class / FontFamilyName Property

In This Topic
FontFamilyName Property (DocumentFont)
In This Topic
Gets the actual font family name. This name may be used in API calls to create the corresponding font.

If FontHandling has been set to FontHandling.BuildActualDocumentFonts or FontHandling.EmbedActualFonts, this name may differ from FontName.

Syntax
'Declaration
 
Public ReadOnly Property FontFamilyName As String
 
See Also