Interface ISaveableFacade

ISaveableFacade interface

Facade interface that defines methods common for all saveable facades.

public interface ISaveableFacade : IFacade

Methods

NameDescription
Save(Stream)Saves the result PDF document to stream.
Save(string)Saves the result PDF document to file.

See Also