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)
| Parameter | Type | Description |
|---|---|---|
| start | int32_t | The start page number. |
| end | int32_t | The end page number. |
| annotation | const System::SharedPtr<Annotations::Annotation>& | The annotation object contains new properties. |
See Also
- Typedef SharedPtr
- Class Annotation
- Class PdfAnnotationEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++