







![]() ![]() ![]() |
PDFTron SilverDox SDK |
FullTextSearchControl Members |
FullTextSearchControl Class Constructors Methods Fields Properties See Also Send Feedback |
The FullTextSearchControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FullTextSearchControl |
Initializes a new instance of the FullTextSearchControl class.
|
Methods
Name | Description | |
---|---|---|
![]() | Search |
Searches the entire document for the specified string and populates the control's ListBox with the results.
|
![]() | SearchWithOptions |
Searches the document with options: IsCaseSensitive, WholeWordOnly and SearchTerm
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | IsCaseSensitiveProperty |
Identifies the IsCaseSensitive depencency property.
|
![]() ![]() | SearchTermProperty |
Identifies the SearchTerm depencency property.
|
![]() ![]() | WholeWordOnlyProperty |
Identifies the WholeWordOnly depencency property.
|
Properties
Name | Description | |
---|---|---|
![]() | IsCaseSensitive |
Gets or sets a value that indicates whether the search term is case sensitive.
|
![]() | PageStringFormat |
The format string for displaying page number as a string.
This string is in the .NET composite format, where {0} defines the page number.
|
![]() | SearchTerm |
Gets or sets a value that is to be searched in the DocumentViewer |
![]() | WholeWordOnly |
Gets or sets a value that indicates wether the search term should be match whole words only.
|