ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 PDFium ShowAllPages Set Page On Load

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
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
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 13 2022 : 21:15:38
Hi Paul

In the current beta it correctly displays the current page when enabling ShowAllPages. You can email me for it.

Nigel
Xequte Software
www.imageen.com
xequte Posted - Nov 10 2022 : 14:55:42
Hi Paul

How about if you wrap ShowAllPages := True; and PageIndex := 9; in LockPaint/UnlockPaint?

Nigel
Xequte Software
www.imageen.com