XpsDocument.RemovePageAt
XpsDocument.RemovePageAt method
从文档中删除一页index位置.
public XpsPage RemovePageAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 应删除页面的位置。 |
返回值
删除的页面。
也可以看看
- class XpsPage
- class XpsDocument
- 命名空间 Aspose.Page.XPS
- 部件 Aspose.Page
从文档中删除一页index位置.
public XpsPage RemovePageAt(int index)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 应删除页面的位置。 |
删除的页面。