XpsArray1.Item
XpsArray<T> indexer
Provides access to array’s element by index i.
public T this[int i] { get; }
Parameter | Description |
---|---|
i | Index of the element. |
Return Value
The element at i position.
See Also
- class XpsArray<T>
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page