←Select platform

MultipleLinesSearch Property

Summary

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

Syntax
C#
C++/CLI
Java
Python
public bool MultipleLinesSearch { get; set; } 
public boolean getMultipleLinesSearch(); 
public void setMultipleLinesSearch( 
   boolean booleanValue 
); 
public:  
   property bool MultipleLinesSearch 
   { 
      bool get() 
      void set(bool value) 
   } 
MultipleLinesSearch # get and set (SearchElement) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Unstructured Assembly

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