VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / XlsxDecoder Class / IsXlsDocument Methods / IsXlsDocument(Stream) Method
Syntax Requirements SeeAlso
    IsXlsDocument(Stream) Method (XlsxDecoder)
    Returns a value indicating whether specified stream contains XLSX document.
    Syntax
    'Declaration
    
    Public Overloads Shared Function IsXlsDocument( _
    ByVal stream
    The stream.
    As System.IO.Stream _
    ) As Boolean
     

    Parameters

    stream
    The stream.

    Return Value

    True if stream contains XLSX document; 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