PaulF |
Posted - Nov 07 2022 : 05:12:40 Hi, I'm using PDFium plugin on single page view (ShowAllPages=False) to show say page ten of a PDF document. I'm trying to switch to ShowAllPages:=True and show the same page ten without it showing the first page.
If I'm already ShowAllPages=True, I can set the page shown using PdfViewer.PageIndex=9 and calculating the VisibleBitmapRect using PageHeight and PageSpacing. However, if I LockUpdate, ShowAllPages=True, set the page to ten, then UnlockUpdate it still shows Page One. Looks like I can only change after it is first rendered with ShowAllPages=True.
Is there a way I can jump straight to a page without showing Page One?
regards Paul |