ConverterConvert Method (SavePageStreamForFileType, 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(
SavePageStreamForFileType document,
ConvertOptions convertOptions
)
Public Sub Convert (
document As SavePageStreamForFileType,
convertOptions As ConvertOptions
)
public:
void Convert(
SavePageStreamForFileType^ document,
ConvertOptions^ convertOptions
)
member Convert :
document : SavePageStreamForFileType *
convertOptions : ConvertOptions -> unit
Parameters
- document
- Type: GroupDocs.Conversion.ContractsSavePageStreamForFileType
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