Rank: Newbie
Groups: Registered
Joined: 3/10/2020(UTC) Posts: 2  Location: Aachen
|
Hi all, I want to implement a PageUp and PageDown in my application (C# WinForms). For the UWP PdfViewer there is a method for PageUp and PageDown but not for the WinForm assembly. Am I missing something here? How to implement this functionality?
Thanks in advance, Mark
|
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 3/12/2020(UTC) Posts: 1  Location: Helmond
|
You can use PDFViewer.ScrollToPage(PageNumber); One drawback I didn't (yet) found a way to find the Number of Pages in the PDF viewer. So you could enter a PageNumber beyond the maximum number. There will not be a exception or anything .. Edited by user Thursday, March 12, 2020 3:06:56 AM(UTC)
| Reason: Not specified
|
|
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 3/10/2020(UTC) Posts: 2  Location: Aachen
|
The number of pages can be found by PDFViewer.Document.Pages.Count
Thanks!
|
|
|
|
|
|
Forum Jump
You can post new topics in this forum.
You can reply to topics in this forum.
You can delete your posts in this forum.
You can edit your posts in this forum.
You cannot create polls in this forum.
You can vote in polls in this forum.
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close