FileFormat

LoadOptions.FileFormat property

Gets the exact type of the file that is to be loaded. The default value is Unknown which means that the type should be detected automatically.

public FileFormat FileFormat { get; }

Property Value

The exact type of the file that is to be loaded.

See Also