Documents for PDF, .NET Edition Documentation
UnloadTables Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontTables Class : UnloadTables Method
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

Reference

FontTables Class
FontTables Members