ModifyAnnotationsAuthor

PdfAnnotationEditor.ModifyAnnotationsAuthor method

تعديل كاتب التعليقات التوضيحية في نطاق الصفحات المحدد.

public void ModifyAnnotationsAuthor(int start, int end, string srcAuthor, string desAuthor)
معامليكتبوصف
startInt32رقم صفحة البداية.
endInt32رقم صفحة النهاية.
srcAuthorStringالمؤلف الذي يجب تعديله.
desAuthorStringالمؤلف الجديد.

أمثلة

PdfAnnotationEditor editor = new PdfAnnotationEditor();
editor.BindPdf("example.pdf");
editor.ModifyAnnotationsAuthor(1, 2, "PREV AUTHOR", "NEW AUTHOR");
editor.Save("example_out.pdf");

أنظر أيضا