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