Text Viewer SDK ActiveX Control ReferenceMethods SelectAll Text Viewer ActiveX Control SelectAll Select all text from specific page. Public Function SelectAll() No ParameterNo Return ValueExample VB.NET SyntaxAxTextReaderAx1.SelectionStartPage(0)AxTextReaderAx1.SelectionEndPage(AxTextReaderAx1.GetPageCount)AxTextReaderAx1.SelectAll() Visual Basic SyntaxTextReaderAx1.SelectionStartPage (0)TextReaderAx1.SelectionEndPage (TextReaderAx1.GetPageCount)TextReaderAx1.SelectAll