IDocumentFormatDetector Methods
Declares methods that detect the format of document files.Name | Description |
---|---|
Detect(Stream) | Returns the format of a file contained in the stream. |
Detect(String) | Returns the format of a file with the specified path. |
See Also