SaveableFacade

SaveableFacade class

Base class for all saveable facades.

The SaveableFacade 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.
save(dest_file)Saves the PDF document to the specified file.
save(dest_stream)Saves the PDF document to the specified stream.
close()Disposes Aspose.Pdf.Document bound with a facade.

See Also