Aspose::Page::XPS::XpsModel::XpsElement::idx_get method

XpsElement::idx_get method

Provides access to element’s children by index i .

System::SharedPtr<XpsContentElement> Aspose::Page::XPS::XpsModel::XpsElement::idx_get(int32_t i)
ParameterTypeDescription
iint32_tIndex of child element.

ReturnValue

Child element at i position.

See Also