DetectFileFormat

DetectFileFormat (1 of 2)

Detects and returns the information about a format of a file stored in a stream.

Returns: The result FileFormatInfo

DetectFileFormat(System::SharedPtr < System::IO::Stream > stream)
ParameterDescription
streamSource stream.

DetectFileFormat (2 of 2)

Detects and returns the information about a format of a file.

Returns: The result FileFormatInfo

DetectFileFormat(System::String filePath)
ParameterDescription
filePathPath to the source file.