Aspose::Pdf::Facades::PdfAnnotationEditor::ModifyAnnotationsAuthor method
PdfAnnotationEditor::ModifyAnnotationsAuthor method
Modifies the author of annotations on the specified page range.
void Aspose::Pdf::Facades::PdfAnnotationEditor::ModifyAnnotationsAuthor(int32_t start, int32_t end, const System::String &srcAuthor, const System::String &desAuthor)
| Parameter | Type | Description |
|---|---|---|
| start | int32_t | The start page number. |
| end | int32_t | The end page number. |
| srcAuthor | const System::String& | The author that must be modified. |
| desAuthor | const System::String& | The new author. |
See Also
- Class String
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++