Class ElementCollection
ElementCollection 类
基本逻辑结构元素的集合。
public class ElementCollection : IEnumerable<Element>
属性
| 名称 | 描述 |
|---|---|
| Count { get; } | 元素的数量。 |
| Item { get; } | 通过索引获取元素。 |
方法
| 名称 | 描述 |
|---|---|
| GetEnumerator() | 返回一个枚举器,用于遍历集合。 |
| Remove(Element) | 从集合中移除项目。 |
另见
- 类 Element
- 命名空间 Aspose.Pdf.Structure
- 程序集 Aspose.PDF