Click or drag to resize

TextSearchSearchMode Enumeration

Search modes that control how searching is conducted.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public enum TextSearchSearchMode
Members
  Member nameValueDescription
e_reg_expression1use regular expressions
e_case_sensitive2match case-sensitively
e_whole_word4match the entire word
e_search_up8search upward (from the end of the file and from the bottom of a page)
e_page_stop16tells the search process to return when each page is finished; this is useful when a user needs Run() to return periodically so that certain things (e.g., UI) can be updated from time to time.
e_highlight32tells the search process to compute Highlight information.
e_ambient_string64tells the search process to compute the ambient string of the found pattern. This is useful if a user wants to examine or display what surrounds the found pattern.
e_raw_text_search128tells the search process to refrain from replacing newlines with spaces
e_search_using_zorder256tells the search process to use Z-order as reading order for text
See Also