Converter Constructor (String, FuncLoadOptions) |
Namespace: GroupDocs.ConversionAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 21.3.1.0 (21.3.1)
Syntaxpublic Converter(
string filePath,
Func<LoadOptions> loadOptions
)
Public Sub New (
filePath As String,
loadOptions As Func(Of LoadOptions)
)
public:
Converter(
String^ filePath,
Func<LoadOptions^>^ loadOptions
)
new :
filePath : string *
loadOptions : Func<LoadOptions> -> Converter
Parameters
- filePath
- Type: SystemString
The file path to the source document. - loadOptions
- Type: GroupDocs.Conversion.ContractsFuncLoadOptions
The methods that returns document load options.
Remarks
See Also