FileFormatUtil.DetectFileFormat
DetectFileFormat(Stream)
Detects and returns the information about a format of a visio stored in a stream.
public static FileFormatInfo DetectFileFormat(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream |
Return Value
A FileFormatInfo
object that contains the detected information.
See Also
- class FileFormatInfo
- class FileFormatUtil
- namespace Aspose.Diagram
- assembly Aspose.Diagram
DetectFileFormat(string)
Detects and returns the information about a format of a visio stored in a file.
public static FileFormatInfo DetectFileFormat(string filePath)
Parameter | Type | Description |
---|---|---|
filePath | String | The file path. |
Return Value
A FileFormatInfo
object that contains the detected information.
See Also
- class FileFormatInfo
- class FileFormatUtil
- namespace Aspose.Diagram
- assembly Aspose.Diagram