FullTextSearchControl Class

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
A control that implements a full document text search for a document displayed in a DocumentViewer. The search results are displayed in a ListBox. Clicking on a search result will cause the DocumentViewer to navigate to the corresponding page.

Namespace: PDFTron.SilverDox.Controls
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public class FullTextSearchControl : ListBox
Visual Basic
Public Class FullTextSearchControl _
	Inherits ListBox
Visual C++
public ref class FullTextSearchControl : public ListBox

Remarks

The DataContext of this control must be set to a DocumentViewer.

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            System.Windows.Controls.Primitives..::..Selector
              System.Windows.Controls..::..ListBox
                PDFTron.SilverDox.Controls..::..FullTextSearchControl

See Also