Aspose::Pdf::Annotations::AnnotationCollection::Delete-metoden
AnnotationCollection::Delete() method
Raderar alla annotationer från samlingen.
void Aspose::Pdf::Annotations::AnnotationCollection::Delete()
Se även
- Class AnnotationCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
AnnotationCollection::Delete(const System::SharedPtr<Annotation>&) method
Raderar angiven annotation från samlingen.
void Aspose::Pdf::Annotations::AnnotationCollection::Delete(const System::SharedPtr<Annotation> &annotation)
| Parameter | Typ | Beskrivning |
|---|---|---|
| annotation | const System::SharedPtr<Annotation>& | Annotation som ska raderas. |
Se även
- Typedef SharedPtr
- Class Annotation
- Class AnnotationCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
AnnotationCollection::Delete(int32_t) method
Raderar annotation från samlingen efter index.
void Aspose::Pdf::Annotations::AnnotationCollection::Delete(int32_t index)
| Parameter | Typ | Beskrivning |
|---|---|---|
| index | int32_t | Index för annotation som ska raderas. |
Se även
- Class AnnotationCollection
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++