FileFormatInfo

FileFormatInfo class

Contains data returned by FileFormatUtil file format detection methods.

public class FileFormatInfo

Constructors

Name Description
FileFormatInfo() The default constructor.

Properties

Name Description
FileFormatType { get; } Gets the detected file format.
LoadFormat { get; } Gets the detected load format.

See Also