Aspose::Page::XPS::XpsModel::XpsArray::Add method

XpsArray::Add method

Adds a new object into array.

T Aspose::Page::XPS::XpsModel::XpsArray<typename>::Add(T obj)
ParameterTypeDescription
objTThe object to add.

ReturnValue

Added object.

See Also