ITextHighlightingOptions

ITextHighlightingOptions interface

Represents options which can be used to highlight text in text frame.

public interface ITextHighlightingOptions

Properties

NameDescription
CaseSensitive { get; set; }Set true to use case-sensitive search, false - otherwise. Read/write Boolean.
WholeWordsOnly { get; set; }Set true to match only whole words, false - otherwise. Read/write Boolean.

See Also