Aspose::Pdf::Facades::PdfAnnotationEditor::ModifyAnnotations method

PdfAnnotationEditor::ModifyAnnotations method

Modifies the annotations of the specifed type on the specified page range. It supports to modify next annotation properties: Modified, Title, Contents, Color, Subject and Open.

void Aspose::Pdf::Facades::PdfAnnotationEditor::ModifyAnnotations(int32_t start, int32_t end, System::SharedPtr<Aspose::Pdf::Annotations::Annotation> annotation)
ParameterTypeDescription
startint32_tThe start page number.
endint32_tThe end page number.
annotationSystem::SharedPtr<Aspose::Pdf::Annotations::Annotation>The annotation object contains new properties.

See Also