PDFView4NET WinForms Edition
GoToNextPage Method




O2S.Components.PDFView4NET Namespace > PDFPageView Class : GoToNextPage Method
Displays the next page of the document.
Syntax
'Declaration
 
Public Sub GoToNextPage() 
'Usage
 
Dim instance As PDFPageView
 
instance.GoToNextPage()
public void GoToNextPage()
public: void GoToNextPage(); 
public:
void GoToNextPage(); 
Remarks
If current page is the last page, then the page does not change. If there is no document attached to this control, or the document is empty, nothing happens.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members