getCustomPropertyName

getCustomPropertyName(int index) method

Return a custom property name at the specified index.

Parameters

NameTypeDescription
indexintThe zero-based index of a custom property to get.

Returns

String

Exception

ExceptionCondition
com.aspose.ms.System.ArgumentOutOfRangeExceptionIndex is less than zero. Index is equal to or greater than Count.