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, const System::SharedPtr<Annotations::Annotation> &annotation)
ParameterTypeDescription
startint32_tThe start page number.
endint32_tThe end page number.
annotationconst System::SharedPtr<Annotations::Annotation>&The annotation object contains new properties.

See Also