SaveableFacade
SaveableFacade class
Base class for all saveable facades.
The SaveableFacade type exposes the following members:
Properties
Name | Description |
---|---|
document | Gets the document facade is working on. |
Methods
Name | Description |
---|---|
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
- namespace aspose.pdf.facades
- assembly Aspose.PDF