GroupDocsGists
10/24/2017 - 7:09 AM

Examples-GroupDocs.Viewer.Examples.CSharp-GroupDocs.Viewer.Examples-Utilties-reorderPage.cs

// For complete examples and data files, please go to https://github.com/groupdocsviewer/GroupDocs_Viewer_NET
//Initialize the ReorderPageOptions object by passing guid as document name, current Page Number, new page number
ReorderPageOptions options = new ReorderPageOptions(guid, currentPageNumber, newPageNumber);
// call ViewerHandler's Reorder page function by passing initialized ReorderPageOptions object.
Handler.ReorderPage(options);