ISaveableFacade Interface
Facade interface that defines methods common for all saveable facades.

Namespace: Aspose.Pdf.Facades
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public interface ISaveableFacade : IFacade, 
	IDisposable

The ISaveableFacade type exposes the following members.

Methods
  NameDescription
Public methodBindPdf(Stream)
Binds PDF document for editing.
(Inherited from IFacade.)
Public methodBindPdf(String)
Binds PDF document for editing.
(Inherited from IFacade.)
Public methodBindPdf(Document)
Binds PDF document for editing.
(Inherited from IFacade.)
Public methodClose
Releases any resources associates with the current facade.
(Inherited from IFacade.)
Public methodDispose (Inherited from IDisposable.)
Public methodSave(Stream)
Saves the result PDF document to stream.
Public methodSave(String)
Saves the result PDF document to file.
See Also