Moves the
PdfPage at the specified index to a new location in the collection.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public void Move(
int oldIndex,
int newIndex
)
Public Sub Move (
oldIndex As Integer,
newIndex As Integer
)
Parameters
- oldIndex Int32
- The zero-based index specifying the location of the PdfPage to be moved.
- newIndex Int32
- The zero-based index specifying the new location of the PdfPage.
See Also