GetCustomPropertyName
IDocumentProperties.GetCustomPropertyName 方法
返回指定索引处的自定义属性名称。
public string GetCustomPropertyName(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 要获取的自定义属性的零基索引。 |
返回值
指定索引处的自定义属性名称。
异常
异常 | 条件 |
---|---|
ArgumentOutOfRangeException | 索引小于零。索引等于或大于 Count。 |
另见
- 接口 IDocumentProperties
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides