Aspose::Pdf::Facades::ISaveableFacade class

ISaveableFacade class

Facade interface that defines methods common for all saveable facades.

class ISaveableFacade : public virtual Aspose::Pdf::Facades::IFacade

Methods

MethodDescription
virtual BindPdf(System::String)Binds PDF document for editing.
virtual BindPdf(System::SharedPtr<System::IO::Stream>)Binds PDF document for editing.
virtual BindPdf(System::SharedPtr<Document>)Binds PDF document for editing.
virtual Close()Releases any resources associates with the current facade.
virtual Save(System::String)Saves the result PDF document to file.
virtual Save(System::SharedPtr<System::IO::Stream>)Saves the result PDF document to stream.

See Also