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
ParameterTypeDescription
annotationconst System::SharedPtr<Annotation>&Annotation which shall be deleted.

ReturnValue

True - if annotation removed; otherwise, false.

See Also