PdfContentEditor.BindPdf
BindPdf(string)
Lie un fichier PDF pour l’édition.
public override void BindPdf(string inputFile)
| Paramètre | Type | Description |
|---|---|---|
| inputFile | String | Un fichier PDF à éditer. |
Voir aussi
- classe PdfContentEditor
- espace de noms Aspose.Pdf.Facades
- assembly Aspose.PDF
BindPdf(Stream)
Lie un flux PDF pour l’édition.
public override void BindPdf(Stream inputStream)
| Paramètre | Type | Description |
|---|---|---|
| inputStream | Stream | Un flux PDF à éditer. |
Voir aussi
- classe PdfContentEditor
- espace de noms Aspose.Pdf.Facades
- assembly Aspose.PDF