IFacade

IFacade class

General facade interface that defines common facades methods.

The IFacade type exposes the following members:

Methods

NameDescription
bind_pdf(src_file)Binds PDF document for editing.
bind_pdf(src_stream)Binds PDF document for editing.
bind_pdf(src_doc)Binds PDF document for editing.
close()Releases any resources associates with the current facade.

See Also