Moves an existing page to an other position.

Namespace: TallComponents.PDF
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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.

See Also