Aspose::Page::Plugins::ISaveInstruction class

ISaveInstruction class

General save instruction interface that defines common members that concrete plugin option should implement.

class ISaveInstruction : public virtual System::Object

Methods

MethodDescription
virtual AddSaveDataSource(System::SharedPtr<IDataSource>)Adds new result save target.
virtual get_SaveTargetsCollection()Gets the collection of added targets (file or stream data sources) for saving operation results.

See Also