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