PDFView4NET WinForms Edition
GoToFirstPage Method




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