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
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