Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EmbeddedFont Class / Data Property

In This Topic
    Data Property (EmbeddedFont)
    In This Topic
    Gets the font's binary data (read-only).
    Syntax
    'Declaration
     
    Public ReadOnly Property Data As System.Collections.Generic.IReadOnlyCollection(Of Byte)
    public System.Collections.Generic.IReadOnlyCollection<byte> Data {get;}
    See Also