Aspose::Pdf::Annotations::AnnotationCollection::Delete method
AnnotationCollection::Delete() method
Deletes all annotations from the collection.
void Aspose::Pdf::Annotations::AnnotationCollection::Delete()
See Also
- Class AnnotationCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
AnnotationCollection::Delete(const System::SharedPtr<Annotation>&) method
Deletes specified annotation from the collection.
void Aspose::Pdf::Annotations::AnnotationCollection::Delete(const System::SharedPtr<Annotation> &annotation)
| Parameter | Type | Description |
|---|---|---|
| annotation | const System::SharedPtr<Annotation>& | Annotation which shall be deleted. |
See Also
- Typedef SharedPtr
- Class Annotation
- Class AnnotationCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
AnnotationCollection::Delete(int32_t) method
Deletes annotation from the collection by index.
void Aspose::Pdf::Annotations::AnnotationCollection::Delete(int32_t index)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | Index of annotation which shall be deleted. |
See Also
- Class AnnotationCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++