Aspose::Page::XPS::XpsDocument::RemoveAt method

XpsDocument::RemoveAt method

Removes an element at index position from the active page.

System::SharedPtr<XpsModel::XpsContentElement> Aspose::Page::XPS::XpsDocument::RemoveAt(int32_t index)
ParameterTypeDescription
indexint32_tPosition at which element should be removed.

ReturnValue

Removed element.

See Also