Accusoft.PdfXpress7.Net
ReturnCompleteWords Property




Gets and sets an indicator whether the matched text and quadrilaterals reflect the characters in the specified character-index range or complete words overlapping the specified character-index range.
Syntax
'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;}
public: __property bool get_ReturnCompleteWords();
public: __property void set_ReturnCompleteWords( 
   bool value
);
public:
property bool ReturnCompleteWords {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true if the matched text and quadrilaterals reflect the characters in the specified overlapping range. Otherwise, false is used.
Remarks

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

See Also

Reference

TextMatchOptions Class
TextMatchOptions Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback