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