Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 802 Bytes

File metadata and controls

12 lines (8 loc) · 802 Bytes

Move pages

This sample shows how to move (reorder) pages in a PDF document using Docotic.Pdf library.

Description

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.

See also