←Select platform

MultipleLinesSearch Property

Summary

Enables or disables the feature to-be-searched-for to span multiple lines.

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

Property Value

true to enable span multiple lines, otherwise false. The default value is false.

Remarks

Multiple lines processing is more CPU-intensive.

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.