Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / Font Class / FontData Property

In This Topic
    FontData Property
    In This Topic
    Gets the source font data (null, if the font loaded from file).
    Syntax
    'Declaration
     
    Public ReadOnly Property FontData As System.Byte()
    public System.byte[] FontData {get;}
    See Also