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

C1.C1Pdf.4.5.2 アセンブリ > C1.C1Pdf 名前空間 > PdfPageCollection クラス > Insert メソッド : Insert(Int32,PaperKind) メソッド
ドキュメントにページを挿入する位置。
新規ページのサイズを表す System.Drawing.Printing.PaperKind列挙体のメンバ。
指定したサイズで PdfPageの新規インスタンスを作成して、ドキュメント内の指定の位置にページを挿入します。
シンタックス
'宣言
 
Public Overloads Sub Insert( _
   ByVal index As System.Integer, _
   ByVal paperKind As System.Drawing.Printing.PaperKind _
) 
public void Insert( 
   System.int index,
   System.Drawing.Printing.PaperKind paperKind
)

パラメータ

index
ドキュメントにページを挿入する位置。
paperKind
新規ページのサイズを表す System.Drawing.Printing.PaperKind列挙体のメンバ。
参照

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