ConverterConvert Method (SaveDocumentStreamForFileType, ConvertOptions) |
Converts source document. Saves the whole converted document.
Namespace: GroupDocs.ConversionAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic void Convert(
SaveDocumentStreamForFileType document,
ConvertOptions convertOptions
)
Public Sub Convert (
document As SaveDocumentStreamForFileType,
convertOptions As ConvertOptions
)
public:
void Convert(
SaveDocumentStreamForFileType^ document,
ConvertOptions^ convertOptions
)
member Convert :
document : SaveDocumentStreamForFileType *
convertOptions : ConvertOptions -> unit
Parameters
- document
- Type: GroupDocs.Conversion.ContractsSaveDocumentStreamForFileType
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
See Also