Aspose::Pdf::Annotations::AnnotationCollection::Remove method
AnnotationCollection::Remove method
Deletes specified annotation from the collection.
bool Aspose::Pdf::Annotations::AnnotationCollection::Remove(const System::SharedPtr<Annotation> &annotation) override
| Parameter | Type | Description |
|---|---|---|
| annotation | const System::SharedPtr<Annotation>& | Annotation which shall be deleted. |
ReturnValue
True - if annotation removed; otherwise, false.
See Also
- Typedef SharedPtr
- Class Annotation
- Class AnnotationCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++