LoadOptions class

LoadOptions class

Provides the options which are used to open a file.

The LoadOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the LoadOptions class
with empty LoadOptions.password, LoadOptions.file_format equal to FileFormat.UNKNOWN
and default encodings.
init Initializes a new instance of the LoadOptions class with timeout.
init Initializes a new instance of the LoadOptions class
with LoadOptions.file_format equal to FileFormat.UNKNOWN
and default encodings.
init Initializes a new instance of the LoadOptions class
with empty LoadOptions.password and default encodings.
init Initializes a new instance of the LoadOptions class with the password and default encodings.
init Initializes a new instance of the LoadOptions class with custom encodings.
init Initializes a new instance of the LoadOptions fully customized class.
init Initializes a new instance of the LoadOptions class
with empty LoadOptions.password and default encodings.
init Initializes a new instance of the LoadOptions class with the password and default encodings.
init Initializes a new instance of the LoadOptions class with custom encodings.
init Initializes a new instance of the LoadOptions fully customized class.

Properties

Property Description
file_format Gets the file format.
file_type Gets the file type.
password Gets the password.
encoding Gets the encoding of the document.
default_ansi_encoding Gets the default ANSI encoding which is used for encoding detection.
timeout Gets the value that represents the number of milliseconds to wait.

Remarks

An instance of this class is used as parameter in Parser class constructors: | | | |

See the usage examples there.

Learn more: | | | |

See Also