XpsArray1.RemoveAt
XpsArray<T>.RemoveAt method
Removes an object from array at specified position.
public T RemoveAt(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The position to remove an object at. |
Return Value
Removed object.
See Also
- class XpsArray<T>
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page