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, System::String srcAuthor, System::String desAuthor)
ParameterTypeDescription
startint32_tThe start page number.
endint32_tThe end page number.
srcAuthorSystem::StringThe author that must be modified.
desAuthorSystem::StringThe new author.

See Also