Facade

Facade class

Base facade class.

The Facade type exposes the following members:

Properties

NameDescription
documentGets the document facade is working on.

Methods

NameDescription
bind_pdf(src_file)Initializes the facade.
bind_pdf(src_stream)Initializes the facade.
bind_pdf(src_doc)Initializes the facade.
close()Disposes Aspose.Pdf.Document bound with a facade.

See Also