Get default load options for a source format
Leave feedback
GroupDocs.Conversion allows you to get default load options for the source document format. This will allow you to get default load options runtime, knowing the source format.
Call the Convert method of the Converter class instance and pass filename for the converted document and the instance of ConvertOptions from the previous step.
The following code snippet shows how to get default load options for a Word processing document: