FileType.FromStream method

Returns FileType for provided document stream

public static FileType FromStream(Stream stream)
parameterdescription
streamStream which will be probed

Return Value

The file type of provided stream

See Also