Aspose::Pdf::Plugins::PdfToImageOptions::AddOutput method
PdfToImageOptions::AddOutput method
Sets new save data source. Can only be a FileDataSource
. If you want save images into memory streams, pass null as parameter.
void Aspose::Pdf::Plugins::PdfToImageOptions::AddOutput(System::SharedPtr<IDataSource> saveDataSource) override
| Parameter | Type | Description |
|---|---|---|
| saveDataSource | System::SharedPtr<IDataSource> | Save data source. |
See Also
- Typedef SharedPtr
- Class IDataSource
- Class PdfToImageOptions
- Namespace Aspose::Pdf::Plugins
- Library Aspose.PDF for C++