Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontTables Class / UnloadTables Method

In This Topic
    UnloadTables Method
    In This Topic
    Unloads OpenType tables specified with an array of tags.
    Syntax
    'Declaration
     
    Public Function UnloadTables( _
       ByVal ParamArray tags() As TableTag _
    ) As System.Boolean
    public System.bool UnloadTables( 
       params TableTag[] tags
    )

    Parameters

    tags

    Return Value

    True if one or more tables were unloaded, False otherwise.
    See Also