







![]() ![]() |
PDFTron SilverDox SDK |
TextSearch..::..SearchResultCode Enumeration |
TextSearch Class See Also Send Feedback |
The code indicating the reason that the search process concluded.
Namespace: PDFTron.SilverDox.Documents.Text
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public enum SearchResultCode |
Visual Basic |
---|
Public Enumeration SearchResultCode |
Visual C++ |
---|
public enum class SearchResultCode |
Members
Member name | Value | Description | |
---|---|---|---|
Done | 0 | Entire document searched. | |
Page | 1 | Search reached end of page with no (more) found terms. | |
Found | 2 | The search found a match. | |
NotFound | 3 | The search did not find a match. | |
Error | 4 | An exception was found, see the associated exception for more information |