' For complete examples and data files, please go to https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET
'Initialize the ReorderPageOptions object by passing current Page Number, new page number.
Dim options As New ReorderPageOptions(currentPageNumber, newPageNumber)
' call ViewerHandler's Reorder page function by passing guid and initialized ReorderPageOptions object.
Handler.ReorderPage(guid, options)