AnnotationCollection.Delete
Delete(int)
Deletes annotation from the collection by index.
public void Delete(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | Index of annotation which shall be deleted. |
See Also
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
Delete()
Deletes all annotations from the collection.
public void Delete()
See Also
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
Delete(Annotation)
Deletes specified annotation from the collection.
public void Delete(Annotation annotation)
Parameter | Type | Description |
---|---|---|
annotation | Annotation | Annotation which shall be deleted. |
See Also
- class Annotation
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF