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(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

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

Deletes specified annotation from the collection.

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

See Also