DioDocs for PDF
Swap メソッド (PageCollection)

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > PageCollection クラス : Swap メソッド
交換する最初のページのインデックス。
交換する 2 番目のページのインデックス。
0から始まるインデックスで指定された2つのページを入れ替えます。
シンタックス
'宣言
 
Public Sub Swap( _
   ByVal index1 As System.Integer, _
   ByVal index2 As System.Integer _
) 
public void Swap( 
   System.int index1,
   System.int index2
)

パラメータ

index1
交換する最初のページのインデックス。
index2
交換する 2 番目のページのインデックス。
参照

PageCollection クラス
PageCollection メンバ