AnnotationCollection.Delete
Delete(int)
تحذف التعليق من المجموعة حسب الفهرس.
public void Delete(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | فهرس التعليق الذي سيتم حذفه. |
See Also
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
Delete()
تحذف جميع التعليقات من المجموعة.
public void Delete()
See Also
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
Delete(Annotation)
تحذف التعليق المحدد من المجموعة.
public void Delete(Annotation annotation)
| Parameter | Type | Description |
|---|---|---|
| annotation | Annotation | التعليق الذي سيتم حذفه. |
See Also
- class Annotation
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF