Moves an existing page to an other position.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public void Move( int fromIndex, int toIndex ) |
| Visual Basic |
|---|
Public Sub Move ( _ fromIndex As Integer, _ toIndex As Integer _ ) |
Parameters
- fromIndex
- Type: System..::..Int32
The zero-based index from the page to move.
- toIndex
- Type: System..::..Int32
The zero-based index for the new position.