ISaveableFacade
Overview
ISaveableFacade is a interface in Aspose.PDF FOSS for .NET.
Inherits from: IFacade.
This interface provides 4 methods for working with ISaveableFacade objects in .NET programs.
Available methods include: BindPdf, Close, Save.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
Save(destFile: string) | Calls Save on this ISaveableFacade instance. |
Save(destStream: Stream) | |
BindPdf(srcDoc: Document) | Calls BindPdf on this ISaveableFacade instance. |
Close() | Calls Close on this ISaveableFacade instance. |