PDFView4NET WPF Edition
GoToLastPage Method




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