ConverterConvert Method (SaveDocumentStream, ConvertOptions)
Converts source document. Saves the whole converted document.

Namespace: GroupDocs.Conversion
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
public void Convert(
	SaveDocumentStream document,
	ConvertOptions convertOptions
)

Parameters

document
Type: GroupDocs.Conversion.ContractsSaveDocumentStream
The delegate that saves converted document to a stream.
convertOptions
Type: GroupDocs.Conversion.Options.ConvertConvertOptions
The convert options specific to desired target file type.
Remarks
Learn more
See Also