Text Viewer SDK ActiveX Control ReferenceMethods GototPage Text Viewer ActiveX Control GotoPage Go to specific page. Public Function GotoPage( ByVal pageNumber As Integer ) Parameterpagenumber - the index of page, first index is zero.No Return ValueExample VB.NET Syntax'Go to Page 2 AxTextReaderAx1.GotoPage(1) Visual Basic SyntaxTextReaderAx1.GotoPage(1)