public interface ISaveInstruction
General save instruction interface that defines common members that concrete plugin option should implement.
| Modifier and Type | Method and Description |
|---|---|
void |
addSaveDataSource(IDataSource saveDataSource)
Adds new result save target
|
List<IDataSource> |
getSaveTargetsCollection()
Gets the collection of added targets (file or stream data sources) for saving operation results.
|
List<IDataSource> getSaveTargetsCollection()
Gets the collection of added targets (file or stream data sources) for saving operation results.
void addSaveDataSource(IDataSource saveDataSource)
Adds new result save target
saveDataSource - Target (file or stream data source) for saving operation results.Copyright © 2025 Aspose. All Rights Reserved.