Aspose::Page::XPS::XpsModel::XpsArray::idx_get method

XpsArray::idx_get method

Provides access to array’s element by index i .

T Aspose::Page::XPS::XpsModel::XpsArray<typename>::idx_get(int32_t i)
ParameterTypeDescription
iint32_tIndex of the element.

ReturnValue

The element at i position.

See Also