Aspose::Pdf::Facades::SaveableFacade class

SaveableFacade class

Base class for all saveable facades.

class SaveableFacade : public Aspose::Pdf::Facades::Facade,
                       public Aspose::Pdf::Facades::ISaveableFacade

Methods

MethodDescription
BindPdf(System::String) overrideInitializes the facade.
BindPdf(System::SharedPtr<System::IO::Stream>) overrideInitializes the facade.
BindPdf(System::SharedPtr<Aspose::Pdf::Document>) overrideInitializes the facade.
virtual BindPdf(System::SharedPtr<Document>)Binds PDF document for editing.
Close() overrideDisposes Aspose.Pdf.Document bound with a facade.
Dispose() overrideDisposes the facade.
get_Document() constGets the document facade is working on.
Save(System::String) overrideSaves the PDF document to the specified file.
Save(System::SharedPtr<System::IO::Stream>) overrideSaves the PDF document to the specified stream.

See Also