Interchanges positions of two pages.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void SwapPages(
int firstIndex,
int secondIndex
)
VB
Public Sub SwapPages (
firstIndex As Integer,
secondIndex As Integer
)
Parameters
- firstIndex
- Type: System.Int32
The index of the first page. - secondIndex
- Type: System.Int32
The index of the second page.
See Also