ILoadOptions class

ILoadOptions class

Interface for the document loading options.

The ILoadOptions type exposes the following members:

Properties

Property Description
type The type of the file to open.
extension The extension of the file to open.
password The password for opening password-protected file.
encoding The encoding used when opening text-based files such as FileType.CSV or FileType.TXT.
Default value is Default.

See Also