Class SaveableFacade

SaveableFacade class

Base class for all saveable facades.

public abstract class SaveableFacade : Facade, ISaveableFacade

Properties

NameDescription
Document { get; }Gets the document facade is working on.

Methods

NameDescription
virtual BindPdf(Document)Initializes the facade.
virtual BindPdf(Stream)Initializes the facade.
virtual BindPdf(string)Initializes the facade.
virtual Close()Disposes Aspose.Pdf.Document bound with a facade.
Dispose()Disposes the facade.
virtual Save(Stream)Saves the PDF document to the specified stream.
virtual Save(string)Saves the PDF document to the specified file.

See Also