GetCustomPropertyName

IDocumentProperties.GetCustomPropertyName method

Return a custom property name at the specified index.

public string GetCustomPropertyName(int index)
ParameterTypeDescription
indexInt32The zero-based index of a custom property to get.

Return Value

Custom property name at the specified index.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionIndex is less than zero. Index is equal to or greater than Count.

See Also