DioDocs for PDF
Insert(Int32,PaperKind) メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > PageCollection クラス > Insert メソッド : Insert(Int32,PaperKind) メソッド
新しいページを挿入する位置。
GrapeCity.Documents.Common.PaperKind で表される新しいページのサイズ。
指定されたサイズの新しいページを作成し、それをドキュメント内の 特定の位置に挿入します。
シンタックス
'宣言
 
Public Overloads Function Insert( _
   ByVal index As System.Integer, _
   ByVal paperKind As PaperKind _
) As Page
public Page Insert( 
   System.int index,
   PaperKind paperKind
)

パラメータ

index
新しいページを挿入する位置。
paperKind
GrapeCity.Documents.Common.PaperKind で表される新しいページのサイズ。

戻り値の型

新しく作成されたページ。
参照

PageCollection クラス
PageCollection メンバ
オーバーロード一覧