Accusoft.PdfXpressSdk Namespace > TextMatchOptions Class : ReturnCompleteWords Property |
'Declaration Public Property ReturnCompleteWords As Boolean
'Usage Dim instance As TextMatchOptions Dim value As Boolean instance.ReturnCompleteWords = value value = instance.ReturnCompleteWords
public bool ReturnCompleteWords {get; set;}
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.
Valid values: true or false
Default value: true