ConvertToImages
IDocumentConverterPlugin.ConvertToImages method
Converts pages from document from input stream to array of images.
public Stream[] ConvertToImages(Stream inputStream, LoadOptions loadOptions, 
    SaveOptions saveOptions)
| Parameter | Type | Description | 
|---|---|---|
| inputStream | Stream | The input stream. | 
| loadOptions | LoadOptions | The document load options. | 
| saveOptions | SaveOptions | The save options. | 
Return Value
Array of page images streams.
See Also
- class LoadOptions
 - class SaveOptions
 - interface IDocumentConverterPlugin
 - namespace Aspose.Words
 - assembly Aspose.Words