Aspose::Page::XPS::XpsDocument::RemovePageAt 方法

XpsDocument::RemovePageAt method

index 位置从文档中移除一个页面。

System::SharedPtr<XpsModel::XpsPage> Aspose::Page::XPS::XpsDocument::RemovePageAt(int32_t index)
ParameterType描述
索引int32_t应删除页面的索引位置。

ReturnValue

已删除页面。

另见