LoadOptions class
Leave feedback
On this page
Provides the options which are used to open a file.
The LoadOptions type exposes the following members:
| 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. |
| 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. |
An instance of this class is used as parameter in Parser class constructors:
|
|
|
|
See the usage examples there.
Learn more: | | | |
- module
groupdocs.parser.options - class
LoadOptions - class
Parser
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.