Aspose::Page::XPS::XpsDocument::RemoveAt 方法

XpsDocument::RemoveAt method

从活动页面的 index 位置移除一个元素。

System::SharedPtr<XpsModel::XpsContentElement> Aspose::Page::XPS::XpsDocument::RemoveAt(int32_t index)
ParameterType描述
索引int32_t应删除元素的位置。

ReturnValue

已删除的元素。

另见