This sample shows how to move (reorder) pages in a PDF document using Docotic.Pdf library.
Please use one of the PdfDocument.MovePages methods in your C# or VB.NET code to change positions of pages in a PDF document. You may move continuous ranges and arbitrary sets of pages.
To move only one page, please use the PdfDocument.MovePage method. Use the PdfDocument.SwapPages method to swap the positions of two pages.