Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontWriter Class / WholeCffToArray Method / WholeCffToArray(CffTable) Method
The CFF table object.

In This Topic
    WholeCffToArray(CffTable) Method
    In This Topic
    Writes the CFF table to a byte array.
    Syntax
    'Declaration
     
    Public Overloads Function WholeCffToArray( _
       ByVal cff As CffTable _
    ) As System.Byte()
    public System.byte[] WholeCffToArray( 
       CffTable cff
    )

    Parameters

    cff
    The CFF table object.

    Return Value

    Binary data with the resulting CFF font table.
    See Also