ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 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 System.Byte()
    public System.byte[] FontData {get;}
    See Also