GraphicElementCollection
概述
GraphicElementCollection 是 Aspose.PDF FOSS for .NET 的类。. 继承: IEnumerable<GraphicElement>.
可交换的 GraphicElement 输入集。.
此类提供8种方法,用于在 .NET 程序中使用 GraphicElementCollection 对象。. 可用的方法包括: Add, Clear, Contains, CopyTo, GetEnumerator, GraphicElementCollection, Remove, ToString. 所有公共成员都可以在安装 Aspose.PDF FOSS for .NET 包后访问任何 .net 应用程序。. 属性: Count.
属性
| 名称 | 类型 | Access | 描述 |
|---|---|---|---|
Count | int | 阅读 | 获取计数。. |
方法
| Signature | 描述 |
|---|---|
GraphicElementCollection() | 请在这个 GraphicElementCollection 例子上打电话。. |
Add(item: GraphicElement) | 呼叫添加(项目)在这个 GraphicElementCollection 例子。. |
Clear() | 点击此 GraphicElementCollection 例子。. |
Contains(item: GraphicElement) | 呼叫在这个 GraphicElementCollection 例子中包含(项目)。. |
CopyTo(array: GraphicElement[], arrayIndex: int) | 请在这个 GraphicElementCollection 例子上打电话(array, arrayIndex)。. |
Remove(item: GraphicElement) | 请在此 GraphicElementCollection 例子中取消(项目)的呼叫。. |
GetEnumerator() | 请在这个 GraphicElementCollection 例子上打电话。. |
ToString() | 请在这个 GraphicElementCollection 例子上打电话。. |