Reorder pages using the Organize Pages view in Blazor PDF Viewer
17 Jul 20261 minute to read
Overview
This guide describes how to rearrange pages in a PDF using the Organize Pages UI.
Outcome: Single or multiple pages can be reordered and the new sequence is preserved when the document is saved or exported.
Prerequisites
- Blazor PDF Viewer component installed
-
EnablePageOrganizerproperty enabled in the viewer
Steps
-
Open the Organize Pages view
- Click the Organize Pages button in the viewer toolbar to open the page thumbnails panel.
-
Reorder a single page
- Drag a thumbnail to the desired position. The thumbnails update instantly to show the new order.
-
Reorder multiple pages
- Select multiple thumbnails using Ctrl or Shift, then drag the selected group to the new location.

-
Verify and undo
- Use the Undo / Redo options in the Organize Pages toolbar to revert accidental changes.

-
Persist the updated order
- Click Save or download the document using Save As to persist the new page sequence.
Enable or disable reorder option
To enable or disable the Reorder pages option in the Organize Pages, update the PageOrganizerSettings.CanRearrange. See Organize pages toolbar customization for details
Troubleshooting
-
Thumbnails won’t move: Confirm
PageOrganizerSettings.CanRearrangeis not set tofalse. - Changes not saved: Verify that the server-side PDF processing is configured correctly.
-
Page organizer not visible: Ensure
EnablePageOrganizeris set totrue.