Go to the specified page.
public virtual void GotoPage(
int pageNumber
)
Public Overridable Sub GotoPage(
ByVal pageNumber As Integer
)
public:
virtual void GotoPage(
int pageNumber
)
pageNumber
1-based number of the page to go to.
This method moves the view to the page specified by performing the following:
Finds the ImageViewerItem that corresponds to the page number in the ImageViewer. This is the item at index pageNumber - 1
Sets this as the ActiveItem
If thumbnails are used: Ensures that the thumbnail for the page is visible by calling Thumbnails.ImageViewer.EnsureItemVisible
If annotations are used: Sets the corresponding AnnContainer as the ActiveContainer
Start with the example created in DocumentViewer, remove all the code in the Example function and add the code below.
When the user clicks the Example button, we will go to the next page till we reach the last one.
using Leadtools;
using Leadtools.Controls;
using Leadtools.Documents;
using Leadtools.Documents.UI;
using Leadtools.Codecs;
using Leadtools.Caching;
using Leadtools.Annotations.Core;
using Leadtools.Forms.Ocr;
if (_documentViewer.CurrentPageNumber < _documentViewer.PageCount)
_documentViewer.GotoPage(_documentViewer.CurrentPageNumber + 1);
else
MessageBox.Show("You reached the last page");
Imports Leadtools
Imports Leadtools.Controls
Imports Leadtools.Documents
Imports Leadtools.Documents.UI
Imports Leadtools.Codecs
Imports Leadtools.Caching
Imports Leadtools.Annotations.Core
Imports Leadtools.Forms.Ocr
If _documentViewer.CurrentPageNumber < _documentViewer.PageCount Then
_documentViewer.GotoPage(_documentViewer.CurrentPageNumber + 1)
Else
MessageBox.Show("You reached the last page")
End If
Products |
Support |
Feedback: GotoPage Method (DocumentViewer) - Leadtools.Documents.UI |
Introduction |
Help Version 19.0.2017.3.21
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.