LoadOptions Class |
Namespace: GroupDocs.Parser.Options
The LoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | LoadOptions |
Initializes a new instance of the LoadOptions class
with empty Password, FileFormat equal to Unknown
and default encodings.
|
![]() | LoadOptions(String) |
Initializes a new instance of the LoadOptions class
with FileFormat equal to Unknown
and default encodings.
|
![]() | LoadOptions(FileFormat) |
Initializes a new instance of the LoadOptions class
with empty Password and default encodings.
|
![]() | LoadOptions(FileFormat, String) |
Initializes a new instance of the LoadOptions class with the password and default encodings.
|
![]() | LoadOptions(FileFormat, String, Encoding, Encoding) |
Initializes a new instance of the LoadOptions class with custom encodings.
|
Name | Description | |
---|---|---|
![]() | DefaultAnsiEncoding |
Gets the default ANSI encoding which is used for encoding detection.
|
![]() | Encoding |
Gets the encoding of the document.
|
![]() | FileFormat |
Gets the file format.
|
![]() | Password |
Gets the password.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
See the usage examples there.
Learn more: