ISaveableFacade

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

SignatureDescription
Save(destFile: string)Calls Save(destFile) on this ISaveableFacade instance.
Save(destStream: Stream)Calls Save(destStream) on this ISaveableFacade instance.
BindPdf(srcDoc: Document)Calls BindPdf(srcDoc) on this ISaveableFacade instance.
Close()Calls Close on this ISaveableFacade instance.

See Also

 English