Class PDF3DViewArray

PDF3DViewArray 类

Class PDF3DViewArray。

public class PDF3DViewArray

属性

名称描述
Count { get; }获取视图数量。
Item { get; set; }获取或设置指定索引处的 PDF3DView 视图数组。

方法

名称描述
Add(PDF3DView)添加指定的视图。
RemoveAll()移除所有视图。
RemoveAt(int)从指定索引处的视图数组中移除视图。

另见