PdfAnnotationEditor.ModifyAnnotationsAuthor
طريقة PdfAnnotationEditor.ModifyAnnotationsAuthor
تعدل مؤلف التعليقات التوضيحية على نطاق الصفحات المحدد.
public void ModifyAnnotationsAuthor(int start, int end, string srcAuthor, string desAuthor)
| المعامل | النوع | الوصف |
|---|---|---|
| start | Int32 | رقم الصفحة الابتدائية. |
| end | Int32 | رقم الصفحة النهائية. |
| srcAuthor | String | المؤلف الذي يجب تعديله. |
| desAuthor | String | المؤلف الجديد. |
أمثلة
PdfAnnotationEditor editor = new PdfAnnotationEditor();
editor.BindPdf("example.pdf");
editor.ModifyAnnotationsAuthor(1, 2, "PREV AUTHOR", "NEW AUTHOR");
editor.Save("example_out.pdf");
انظر أيضًا
- class PdfAnnotationEditor
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF