C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / EmbeddedFont Class / FontData Property

In This Topic
FontData Property
In This Topic
Gets an array of bytes containing the embedded font's data. This property can be null if the font was created during document generation, i.e. if the current object represents a font that was not loaded and currently exists in the system.
Syntax
'Declaration
 
Public ReadOnly Property FontData As Byte()
 
See Also