LoadOptions
LoadOptions()
Initializes a new instance of the LoadOptions
class with empty Password
, FileFormat
equal to Unknown and default encodings.
public LoadOptions()
See Also
- class LoadOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
LoadOptions(TimeSpan)
Initializes a new instance of the LoadOptions
class with timeout.
public LoadOptions(TimeSpan timeout)
Parameter | Type | Description |
---|---|---|
timeout | TimeSpan | The TimeSpan that represents the number of milliseconds to wait. |
See Also
- class LoadOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
LoadOptions(string)
Initializes a new instance of the LoadOptions
class with FileFormat
equal to Unknown and default encodings.
public LoadOptions(string password)
Parameter | Type | Description |
---|---|---|
password | String | The password to open the password-protected file. |
See Also
- class LoadOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
LoadOptions(FileFormat)
Initializes a new instance of the LoadOptions
class with empty Password
and default encodings.
public LoadOptions(FileFormat fileFormat)
Parameter | Type | Description |
---|---|---|
fileFormat | FileFormat | The format of the file. |
See Also
- enum FileFormat
- class LoadOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
LoadOptions(FileFormat, string)
Initializes a new instance of the LoadOptions
class with the password and default encodings.
public LoadOptions(FileFormat fileFormat, string password)
Parameter | Type | Description |
---|---|---|
fileFormat | FileFormat | The format of the file. |
password | String | The password to open the password-protected file. |
See Also
- enum FileFormat
- class LoadOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
LoadOptions(FileFormat, string, Encoding, Encoding)
Initializes a new instance of the LoadOptions
class with custom encodings.
public LoadOptions(FileFormat fileFormat, string password, Encoding encoding,
Encoding defaultAnsiEncoding)
Parameter | Type | Description |
---|---|---|
fileFormat | FileFormat | The format of the file. |
password | String | The password to open the password-protected file. |
encoding | Encoding | The encoding of the document. |
defaultAnsiEncoding | Encoding | The default ANSI encoding which is used for encoding detection. |
See Also
- enum FileFormat
- class LoadOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
LoadOptions(FileFormat, string, Encoding, Encoding, TimeSpan)
Initializes a new instance of the LoadOptions
fully customized class.
public LoadOptions(FileFormat fileFormat, string password, Encoding encoding,
Encoding defaultAnsiEncoding, TimeSpan timeout)
Parameter | Type | Description |
---|---|---|
fileFormat | FileFormat | The format of the file. |
password | String | The password to open the password-protected file. |
encoding | Encoding | The encoding of the document. |
defaultAnsiEncoding | Encoding | The default ANSI encoding which is used for encoding detection. |
timeout | TimeSpan | The TimeSpan that represents the number of milliseconds to wait. |
See Also
- enum FileFormat
- class LoadOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
LoadOptions(FileType)
Initializes a new instance of the LoadOptions
class with empty Password
and default encodings.
public LoadOptions(FileType fileType)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The type of the file. |
See Also
- class FileType
- class LoadOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
LoadOptions(FileType, string)
Initializes a new instance of the LoadOptions
class with the password and default encodings.
public LoadOptions(FileType fileType, string password)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The type of the file. |
password | String | The password to open the password-protected file. |
See Also
- class FileType
- class LoadOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
LoadOptions(FileType, string, Encoding, Encoding)
Initializes a new instance of the LoadOptions
class with custom encodings.
public LoadOptions(FileType fileType, string password, Encoding encoding,
Encoding defaultAnsiEncoding)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The type of the file. |
password | String | The password to open the password-protected file. |
encoding | Encoding | The encoding of the document. |
defaultAnsiEncoding | Encoding | The default ANSI encoding which is used for encoding detection. |
See Also
- class FileType
- class LoadOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser
LoadOptions(FileType, string, Encoding, Encoding, TimeSpan)
Initializes a new instance of the LoadOptions
fully customized class.
public LoadOptions(FileType fileType, string password, Encoding encoding,
Encoding defaultAnsiEncoding, TimeSpan timeout)
Parameter | Type | Description |
---|---|---|
fileType | FileType | The type of the file. |
password | String | The password to open the password-protected file. |
encoding | Encoding | The encoding of the document. |
defaultAnsiEncoding | Encoding | The default ANSI encoding which is used for encoding detection. |
timeout | TimeSpan | The TimeSpan that represents the number of milliseconds to wait. |
See Also
- class FileType
- class LoadOptions
- namespace GroupDocs.Parser.Options
- assembly GroupDocs.Parser