XpsArray1.Add
XpsArray<T>.Add method
Adds a new object into array.
public T Add(T obj)
| Parameter | Type | Description |
|---|---|---|
| obj | T | The object to add. |
Return Value
Added object.
See Also
- class XpsArray<T>
- namespace Aspose.Page.XPS.XpsModel
- assembly Aspose.Page
Adds a new object into array.
public T Add(T obj)
| Parameter | Type | Description |
|---|---|---|
| obj | T | The object to add. |
Added object.