Stamp.BindImage
BindImage(string)
تعيين الصورة كختم.
public void BindImage(string imageFile)
| المعامل | النوع | الوصف |
|---|---|---|
| imageFile | String | اسم ملف الصورة والمسار. |
أمثلة
PdfFileStamp fileStamp = new PdfFileStamp("input.pdf", "output.pdf");
Stamp stamp = new Stamp();
stamp.BindImage("image.jpg");
fileStamp.AddStamp(stamp);
fileStamp.Close();
انظر أيضًا
- class Stamp
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
BindImage(Stream)
تعيين الصورة التي ستستخدم كختم.
public void BindImage(Stream image)
| المعامل | النوع | الوصف |
|---|---|---|
| image | Stream | تدفق يحتوي على بيانات الصورة. |
انظر أيضًا
- class Stamp
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF