Facade

Overview

Facade is a class in Aspose.PDF FOSS for C++.

Facade.BindPdf overloads accept either a file path string (srcFile) or an existing Aspose::Pdf::Document (srcDoc) to load PDF content.

This class provides 8 methods for working with Facade objects in C++ programs. Available methods include: BindPdf, Close, Dispose, Document, Facade, ~Facade. All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.

Methods

SignatureDescription
Facade()Calls Facade on this Facade instance.
~Facade()Calls ~Facade on this Facade instance.
BindPdf(srcFile: std::string)Overloads accept either a file path string (srcFile) or an existing Aspose::Pdf::Document (srcDoc) to load PDF content
BindPdf(srcDoc: Aspose::Pdf::Document)Calls BindPdf(srcDoc) on this Facade instance.
Close()And Facade.Dispose() release all resources associated with the bound PDF and must be called when processing is finished
Dispose()Calls Dispose on this Facade instance.
Document()Aspose::Pdf::DocumentCalls Document on this Facade instance.
Document()Aspose::Pdf::Document

See Also