Aspose::Pdf::Facades::Facade class

Facade class

Base facade class.

class Facade : public virtual Aspose::Pdf::Facades::IFacade,
               public Aspose::Pdf::LicenseManagement::IVentureLicenseTarget

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.

See Also