XpsDocument.InsertPage
内容
[
隐藏
]InsertPage(int, bool)
以默认页面大小 在文档中插入一个空页面index位置.
public XpsPage InsertPage(int index, bool activate = true)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入页面的位置。 |
activate | Boolean | 指示是否选择插入页面作为活动页面的标志。 |
返回值
插入的页面。
也可以看看
- class XpsPage
- class XpsDocument
- 命名空间 Aspose.Page.XPS
- 部件 Aspose.Page
InsertPage(int, float, float, bool)
将空白页插入到指定 的文档中width和height在index位置.
public XpsPage InsertPage(int index, float width, float height, bool activate = true)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 应插入页面的位置。 |
width | Single | 新页面的宽度。 |
height | Single | 新页面的高度。 |
activate | Boolean | 指示是否选择插入页面作为活动页面的标志。 |
返回值
插入的页面。
也可以看看
- class XpsPage
- class XpsDocument
- 命名空间 Aspose.Page.XPS
- 部件 Aspose.Page
InsertPage(int, XpsPage, bool)
在文档中插入一页index位置.
public XpsPage InsertPage(int index, XpsPage page, bool activate = true)
范围 | 类型 | 描述 |
---|---|---|
index | Int32 | 应添加页面的位置。 |
page | XpsPage | 要插入的页面。 |
activate | Boolean | 指示是否选择插入页面作为活动页面的标志。 |
返回值
插入的页面。
也可以看看
- class XpsPage
- class XpsDocument
- 命名空间 Aspose.Page.XPS
- 部件 Aspose.Page