IndexOf
DocumentPropertyCollection.IndexOf method
按名称获取属性的索引。
public int IndexOf(string name)
范围 | 类型 | 描述 |
---|---|---|
name | String | 不区分大小写的属性名称。 |
返回值
从零开始的索引。如果未找到,则为负值。
按名称获取属性的索引。
public int IndexOf(string name)
范围 | 类型 | 描述 |
---|---|---|
name | String | 不区分大小写的属性名称。 |
从零开始的索引。如果未找到,则为负值。