DeleteStamp

PdfContentEditor.DeleteStamp method

حذف أختام متعددة على الصفحة المحددة بواسطة فهارس الطوابع.

public void DeleteStamp(int pageNumber, int[] index)
معامليكتبوصف
pageNumberInt32رقم الصفحة حيث سيتم حذف الطابع.
indexInt32[]فهارس الطوابع.

أمثلة

PdfContentEditor contentEditor = new PdfContentEditor();
contentEditor.BindPdf("file.pdf");
contentEditor.DeleteStamp(1, new int[] { 2, 3, 5} );
contentEditor.Save("outfile.pdf");

أنظر أيضا