Text Viewer ActiveX Control

SelectionEndPage

 

Specific end page of selection.

Public Function SelectionEndPage(
   ByVal iPageIndex As Integer
  )

 

 Parameter
iPageIndex - the page number for export the image. The first page is 0.


No Return Value

Example

   

VB.NET Syntax
AxTextReaderAx1.SelectionStartPage(0)
AxTextReaderAx1.SelectionEndPage(AxTextReaderAx1.GetPageCount)
AxTextReaderAx1.SelectAll()


   

Visual Basic Syntax
TextReaderAx1.SelectionStartPage (0)
TextReaderAx1.SelectionEndPage (TextReaderAx1.GetPageCount)
TextReaderAx1.SelectAll