Click or drag to resize

TextSearchResultCode Enumeration

The code indicating the reason when a search returns.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum TextSearchResultCode
Members
  Member nameValueDescription
e_done0Did not find any results
e_page1finished searching a page.
e_found2found a matching instance.
See Also