Hi Harlan,
When PDF document is loading to a viewer, the SDK does the following steps:
- SDK loads PDF document into memory
- For each page in PDF document
- SDK creates a VintasoftImage object, which is associated with PDF page, and loads VintasoftImage object to the viewer's image collection
- Viewer renders VintasoftImage object and displays PDF page
Viewer does not know about PDF document, viewer knows about image collection only. Image collection also does not know about PDF document, image collection knows about VintasoftImage objects only.
Please save reordered image collection to the source PDF document and your reorder changes will be saved to PDF document.
Best regards, Alexander