GetCustomPropertyName

DocumentProperties.GetCustomPropertyName method

返回指定索引处的自定义属性名称。

public string GetCustomPropertyName(int index)
范围类型描述
indexInt32要获取的自定义属性的从零开始的索引。

返回值

指定索引处的自定义属性名称。

例外

例外(健康)状况
ArgumentOutOfRangeException索引小于零。 Index 等于或大于 Count。

也可以看看