GetCustomPropertyName
IDocumentProperties.GetCustomPropertyName method
Return a custom property name at the specified index.
public string GetCustomPropertyName(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index of a custom property to get. |
Return Value
Custom property name at the specified index.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | Index is less than zero. Index is equal to or greater than Count. |
See Also
- interface IDocumentProperties
- namespace Aspose.Slides
- assembly Aspose.Slides