TextSearchOptions.IgnoreShadowText

TextSearchOptions.IgnoreShadowText property

Gets or sets indication that text fragments representing shadow of normal text will be ignored during search. true - means that shadow text will not be found (try this if text search returns duplicated fragments on the close positions) false - means that shadow text will be found as well as normal text (default value)

public bool IgnoreShadowText { get; set; }

See Also