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