←Select platform

MatchWholeWord Property

Summary

Indicates whether the pattern should match the whole word and not part of it.

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

Property Value

true to match the pattern to the whole word and not to just a part of it.

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.