TextMatchOptions Object : ReturnCompleteWords Property |
Gets and sets an indicator if the matched text and quadrilaterals reflect the characters in the specified character-index range or complete words overlapping the specified character-index range.
Visual Basic |
---|
Public Property ReturnCompleteWords As Boolean |
The default value is True.
The ReturnCompleteWords can affect the value this property even when identical offsets are used. When ReturnCompleteWords is false the text of this property will reflect the characters within the specified character-index range. When ReturnCompleteWords is true the text of this property will represent complete words, possibly overlapping the specified character-index range.