Aspose::Pdf::Annotations::AnnotationCollection::Contains method

AnnotationCollection::Contains method

Checks if specified annotation belong to collection.

bool Aspose::Pdf::Annotations::AnnotationCollection::Contains(const System::SharedPtr<Annotation> &annotation) const override
ParameterTypeDescription
annotationconst System::SharedPtr<Annotation>&Annotation to be searched.

ReturnValue

True - if annotation found; otherwise, false.

See Also