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