PDF for .NET
RemoveRange メソッド (PdfPageCollection)

C1.C1Pdf.4.5.2 アセンブリ > C1.C1Pdf 名前空間 > PdfPageCollection クラス : RemoveRange メソッド
削除する先頭のページのインデックス。
ドキュメントから削除するページ数。
ドキュメントから指定した範囲のページを削除します。
シンタックス
'宣言
 
Public Shadows Sub RemoveRange( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
public new void RemoveRange( 
   System.int index,
   System.int count
)

パラメータ

index
削除する先頭のページのインデックス。
count
ドキュメントから削除するページ数。
参照

PdfPageCollection クラス
PdfPageCollection メンバ