LoadOptions Constructor (FileFormat, String, Encoding, Encoding) |
Initializes a new instance of the
LoadOptions class with custom encodings.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic LoadOptions(
FileFormat fileFormat,
string password,
Encoding encoding,
Encoding defaultAnsiEncoding
)
Public Sub New (
fileFormat As FileFormat,
password As String,
encoding As Encoding,
defaultAnsiEncoding As Encoding
)
public:
LoadOptions(
FileFormat fileFormat,
String^ password,
Encoding^ encoding,
Encoding^ defaultAnsiEncoding
)
new :
fileFormat : FileFormat *
password : string *
encoding : Encoding *
defaultAnsiEncoding : Encoding -> LoadOptions
Parameters
- fileFormat
- Type: GroupDocs.Parser.OptionsFileFormat
The format of the file. - password
- Type: SystemString
The password to open the password-protected file. - encoding
- Type: System.TextEncoding
The encoding of the document. - defaultAnsiEncoding
- Type: System.TextEncoding
The default ANSI encoding which is used for encoding detection.
See Also