TextSearchOptions.SearchForTextRelatedGraphics

TextSearchOptions.SearchForTextRelatedGraphics property

Gets or sets value that permits searching for text related graphics (underlining, background etc.) during text search. true - searching for text related graphics will be performed (default value). false - graphic elements that may present in source document will be ignored. Set this in case of performance issues or no need to handle underlining, background, or clipping.

public bool SearchForTextRelatedGraphics { get; set; }

See Also