Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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