Interface IFacade

IFacade interface

General facade interface that defines common facades methods.

public interface IFacade : IDisposable

Methods

NameDescription
BindPdf(Document)Binds PDF document for editing.
BindPdf(Stream)Binds PDF document for editing.
BindPdf(string)Binds PDF document for editing.
Close()Releases any resources associates with the current facade.

See Also