Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / CffTable.CharString Class / Bytes Property

In This Topic
    Bytes Property
    In This Topic
    Gets the binary data of the charstring.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bytes As System.Byte()
    public System.byte[] Bytes {get;}
    See Also