←Select platform

IncludeWholeWord Property

Summary

Indicates whether to include the whole word where the result was found or just the resulting phrase by itself.

Syntax
C#
VB
C++
public bool IncludeWholeWord { get; set; } 
Public Property IncludeWholeWord() As Boolean 
   Get 
   Set 
public:  
   property bool IncludeWholeWord 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to include whole word otherwise, false.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.