BindPdf
BindPdf(string)
Initializes the facade.
public virtual void BindPdf(string srcFile)
Parameter | Type | Description |
---|---|---|
srcFile | String | The PDF file. |
See Also
- class Facade
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
BindPdf(Stream)
Initializes the facade.
public virtual void BindPdf(Stream srcStream)
Parameter | Type | Description |
---|---|---|
srcStream | Stream | The stream of PDF file. |
See Also
- class Facade
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
BindPdf(Document)
Initializes the facade.
public virtual void BindPdf(Document srcDoc)
Parameter | Type | Description |
---|---|---|
srcDoc | Document | The Aspose.Pdf.Document object. |
See Also
- class Document
- class Facade
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF