Selects the text specified by start and lenght, returning the page and the area inside the page of the selection.

Namespace:  C1.Phone.PdfViewer
Assembly:  C1.Phone.PdfViewer (in C1.Phone.PdfViewer.dll)

Syntax

C#
public void Select(
	int start,
	int length,
	out int pageNumber,
	out Rect highlightedArea
)
Visual Basic
Public Sub Select ( _
	start As Integer, _
	length As Integer, _
	<OutAttribute> ByRef pageNumber As Integer, _
	<OutAttribute> ByRef highlightedArea As Rect _
)

Parameters

start
Type: System..::..Int32
The start index of the selection.
length
Type: System..::..Int32
The length of the selection.
pageNumber
Type: System..::..Int32%
The page number.
highlightedArea
Type: System.Windows..::..Rect%
The highlighted area.

See Also