HI,
In our application we have an ImageViewer and a ThumbnailViewer. The ThumbnailViewer has the ImageViewer set for the MasterViewer propery.
When the document is loaded we also create PdfDocument from the ImageViewer.
_pdfDocument = PdfDocumentController.GetPageAssociatedWithImage(_documentViewer.Images[0]).Document;
Every thing seems to update correctly when we make updates in the ImageViewer the PdfDocument is updated with the exception of the page order.
When we change the page order in the ThumbnailViewer, the order of the Images for the ImageViewer and ThumbnailViewer are updated correctly.
However, the page order of the PDFDocument is not updated. The page order of the Document properties of the PdfAnnotaion is also not updated.
Is there a way to synchronize the Document page order with the Image order?
Thanks
Harlan.
Forum 'VintaSoft PDF .NET Plug-in Discussions'
Questions, comments and suggestions concerning VintaSoft PDF .NET Plug-in.
Board index < VintaSoft Imaging < VintaSoft PDF .NET Plug-in Discussions
