'Declaration Public Shared Function IsTrueTypeFontCollection( _
ByVal streamThe stream.As System.IO.Stream _
) As Boolean
public static bool IsTrueTypeFontCollection(
System.IO.Stream stream
)
public: static bool IsTrueTypeFontCollection(
System.IO.Stream* stream
)
public:
static bool IsTrueTypeFontCollection(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream.
Return Value
True if stream contains True Type Font Collection (TTC); otherwise, false.