TextSearchOptions.SearchInAnnotations

TextSearchOptions.SearchInAnnotations property

Gets or sets value that permits searching for text in Annotations. true - text will be searched in Annotations. false - text in Annotations won’t be parsed by TextFragmentAbsorber.

public bool SearchInAnnotations { get; set; }

See Also