FullTextSearchControl Members

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image

The FullTextSearchControl type exposes the following members.

Constructors

  NameDescription
Public methodFullTextSearchControl
Initializes a new instance of the FullTextSearchControl class.

Methods

  NameDescription
Public methodSearch
Searches the entire document for the specified string and populates the control's ListBox with the results.
Public methodSearchWithOptions
Searches the document with options: IsCaseSensitive, WholeWordOnly and SearchTerm

Fields

  NameDescription
Public fieldStatic memberIsCaseSensitiveProperty
Identifies the IsCaseSensitive depencency property.
Public fieldStatic memberSearchTermProperty
Identifies the SearchTerm depencency property.
Public fieldStatic memberWholeWordOnlyProperty
Identifies the WholeWordOnly depencency property.

Properties

  NameDescription
Public propertyIsCaseSensitive
Gets or sets a value that indicates whether the search term is case sensitive.
Public propertyPageStringFormat
The format string for displaying page number as a string. This string is in the .NET composite format, where {0} defines the page number.
Public propertySearchTerm
Gets or sets a value that is to be searched in the DocumentViewer
Public propertyWholeWordOnly
Gets or sets a value that indicates wether the search term should be match whole words only.

See Also