LoadOptions Constructor (FileFormat) |
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic LoadOptions(
FileFormat fileFormat
)
Public Sub New (
fileFormat As FileFormat
)
public:
LoadOptions(
FileFormat fileFormat
)
new :
fileFormat : FileFormat -> LoadOptions
Parameters
- fileFormat
- Type: GroupDocs.Parser.OptionsFileFormat
The format of the file.
See Also