getCustomPropertyName
getCustomPropertyName(int index) method
Return a custom property name at the specified index.
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index of a custom property to get. |
Returns
String
Exception
| Exception | Condition |
|---|---|
| com.aspose.ms.System.ArgumentOutOfRangeException | Index is less than zero. Index is equal to or greater than Count. |