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)
ParameterTypeDescription
startint32_tThe start page number.
endint32_tThe end page number.
srcAuthorconst System::String&The author that must be modified.
desAuthorconst System::String&The new author.

See Also