Gets or sets the text that will be searched by FindNext()()()() and FindPrevious()()()().

Namespace:  C1.Phone.PdfViewer
Assembly:  C1.Phone.PdfViewer (in C1.Phone.PdfViewer.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public string FindText { get; set; }
Visual Basic
Public Property FindText As String
	Get
	Set
XAML Attribute Usage
<object FindText="string" .../>

See Also