GetCustomPropertyName
DocumentProperties.GetCustomPropertyName 方法
返回指定索引处的自定义属性名称。
public string GetCustomPropertyName(int index)
参数 | 类型 | 描述 |
---|---|---|
index | Int32 | 要获取的自定义属性的零基索引。 |
返回值
指定索引处的自定义属性名称。
异常
异常 | 条件 |
---|---|
ArgumentOutOfRangeException | 索引小于零。索引等于或大于 Count。 |
参见
- class DocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides