LoadOptions Constructor (FileFormat, String) |
Initializes a new instance of the
LoadOptions class with the password and default encodings.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic LoadOptions(
FileFormat fileFormat,
string password
)
Public Sub New (
fileFormat As FileFormat,
password As String
)
public:
LoadOptions(
FileFormat fileFormat,
String^ password
)
new :
fileFormat : FileFormat *
password : string -> LoadOptions
Parameters
- fileFormat
- Type: GroupDocs.Parser.OptionsFileFormat
The format of the file. - password
- Type: SystemString
The password to open the password-protected file.
See Also