getCustomPropertyName

getCustomPropertyName(int index) function

Return a custom property name at the specified index.

Parameters

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

Result

String

Error

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