AnnotationCollection.Delete
Delete(int)
通过索引从集合中删除注释。
public void Delete(int index)
| 参数 | 类型 | 描述 |
|---|---|---|
| index | Int32 | 要删除的注释的索引。 |
另请参阅
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
Delete()
从集合中删除所有注释。
public void Delete()
另请参阅
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
Delete(Annotation)
从集合中删除指定的注释。
public void Delete(Annotation annotation)
| 参数 | 类型 | 描述 |
|---|---|---|
| annotation | Annotation | 要删除的注释。 |
另请参阅
- class Annotation
- class AnnotationCollection
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF