ConverterConvert Method (String, ConvertOptions) |
Converts source document. Saves the whole converted document.
Namespace: GroupDocs.ConversionAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 20.12.0.0 (20.12)
Syntaxpublic void Convert(
string filePath,
ConvertOptions convertOptions
)
Public Sub Convert (
filePath As String,
convertOptions As ConvertOptions
)
public:
void Convert(
String^ filePath,
ConvertOptions^ convertOptions
)
member Convert :
filePath : string *
convertOptions : ConvertOptions -> unit
Parameters
- filePath
- Type: SystemString
The file path to the source document. - convertOptions
- Type: GroupDocs.Conversion.Options.ConvertConvertOptions
The convert options specific to desired target file type.
Remarks
See Also