Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / FindText Property

In This Topic
    FindText Property (C1PdfViewer)
    In This Topic
    Gets or sets the text that will be searched by FindNext and FindPrevious.
    Syntax
    'Declaration
     
    
    Public Property FindText As String
    public string FindText {get; set;}
    See Also