VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfFontManager Class / IsTrueTypeFontCollection(Stream) Method
Syntax Requirements SeeAlso
In This Topic
    IsTrueTypeFontCollection(Stream) Method (PdfFontManager)
    In This Topic
    Determines whether specified stream contains TrueType Font Collection (TTC).
    Syntax
    'Declaration
    
    Public Shared Function IsTrueTypeFontCollection( _
    ByVal stream
    The 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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also