PDFView4NET WinForms Edition
GoToPrevPage Method




O2S.Components.PDFView4NET Namespace > PDFPageView Class : GoToPrevPage Method
Displays the previous page of the document.
Syntax
'Declaration
 
Public Sub GoToPrevPage() 
'Usage
 
Dim instance As PDFPageView
 
instance.GoToPrevPage()
public void GoToPrevPage()
public: void GoToPrevPage(); 
public:
void GoToPrevPage(); 
Remarks
If current page is the first 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