FileFormatUtil class

FileFormatUtil class

Provides utility methods for converting file format enums to strings or file extensions and back.

The FileFormatUtil type exposes the following members:

Constructors

ConstructorDescription
FileFormatUtil()

Methods

MethodDescription
detect_file_format(stream)Detects and returns the information about a format of a visio stored in a stream.
detect_file_format(file_path)Detects and returns the information about a format of a visio stored in a file.

See Also