Documents for PDF, .NET Edition Documentation
LoadTables Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontTables Class : LoadTables Method
Loads the missing OpenType tables specified with an array of tags.
Syntax
'Declaration
 
Public Function LoadTables( _
   ByVal ParamArray tags() As TableTag _
) As System.Boolean
public System.bool LoadTables( 
   params TableTag[] tags
)

Parameters

tags

Return Value

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

Reference

FontTables Class
FontTables Members