Aspose::Words::IDocumentConverterPlugin::ConvertToImages method
IDocumentConverterPlugin::ConvertToImages method
Converts pages from document from input stream to array of images.
virtual System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::IDocumentConverterPlugin::ConvertToImages(System::SharedPtr<System::IO::Stream> inputStream, System::SharedPtr<Aspose::Words::Loading::LoadOptions> loadOptions, System::SharedPtr<Aspose::Words::Saving::SaveOptions> saveOptions)=0
Parameter | Type | Description |
---|---|---|
inputStream | System::SharedPtr<System::IO::Stream> | The input stream. |
loadOptions | System::SharedPtr<Aspose::Words::Loading::LoadOptions> | The document load options. |
saveOptions | System::SharedPtr<Aspose::Words::Saving::SaveOptions> | The save options. |
ReturnValue
Array of page images streams.
See Also
- Class LoadOptions
- Class SaveOptions
- Interface IDocumentConverterPlugin
- Namespace Aspose::Words
- Library Aspose.Words for C++