TextSearch.SearchResultCode Enumeration

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
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 nameValueDescription
Done0 Entire document searched.
Page1 Search reached end of page with no (more) found terms.
Found2 The search found a match.
NotFound3 The search did not find a match.
Error4 An exception was found, see the associated exception for more information

See Also