FileFormatInfo

FileFormatInfo class

Contains data returned by FileFormatUtil file format detection methods.

Constructors

NameDescription
FileFormatInfo

Properties

NameTypeDescription
FileFormatTypeintGets the detected file format. The value of the property is FileFormatType integer constant.
LoadFormatintGets the detected load format. The value of the property is LoadFileFormat integer constant.

FileFormatInfo()

FileFormatInfo.FileFormatType property

Gets the detected file format. The value of the property is FileFormatType integer constant.

Type: int

FileFormatInfo.LoadFormat property

Gets the detected load format. The value of the property is LoadFileFormat integer constant.

Type: int