FromStream

FileType.FromStream method

Returns FileType for provided document stream

public static FileType FromStream(Stream stream)
Parameter Type Description
stream Stream Stream which will be probed

Return Value

The file type of provided stream

See Also