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
ParameterTypeDescription
saveDataSourceSystem::SharedPtr<IDataSource>Save data source.

See Also