FileFormat

LoadOptions.FileFormat property

Gets the file format of the document to load.

public FileFormat FileFormat { get; }

Property Value

The file format specified via the constructor, or Unknown (the default) which means the format will be detected automatically.

See Also