PrintStreamDocument.InsertPageメソッド

 

説明

指定したページを挿入します。

 

呼出形式

psd.InsertPage( page, num )

 

戻り値

なし

 

引数

PrintStreamPage page

PrintStreamPageオブジェクト

 

integer num

挿入ページ番号

 

例外

PSS-10

指定したページが見つかりません

 

PSS-22

バージョンの違うスプールファイルを一つのPrintStreamDocumentで使用することは出来ません

 

使用例

var page = GetPage(1);
InsertPage(page, 2);

 

関連項目

AddPageDeletePageGetPageメソッド

 



「オンラインマニュアル」一覧へ戻る
「Bizの宝箱」TOPへ戻る