Aspose::Pdf::Annotations::AnnotationCollection::Delete method

AnnotationCollection::Delete() method

Deletes all annotations from the collection.

void Aspose::Pdf::Annotations::AnnotationCollection::Delete()

See Also

AnnotationCollection::Delete(const System::SharedPtr<Annotation>&) method

Deletes specified annotation from the collection.

void Aspose::Pdf::Annotations::AnnotationCollection::Delete(const System::SharedPtr<Annotation> &annotation)
ParameterTypeDescription
annotationconst System::SharedPtr<Annotation>&Annotation which shall be deleted.

See Also

AnnotationCollection::Delete(int32_t) method

Deletes annotation from the collection by index.

void Aspose::Pdf::Annotations::AnnotationCollection::Delete(int32_t index)
ParameterTypeDescription
indexint32_tIndex of annotation which shall be deleted.

See Also