←Select platform

PatternCanSpanLines Property

Summary

Instructs the processor to look for the occurrence of a value over multiple lines.

Syntax
C#
C++/CLI
Python
public bool PatternCanSpanLines { get; set; } 
public:  
   property bool PatternCanSpanLines 
   { 
      bool get() 
      void set(bool value) 
   } 
PatternCanSpanLines # get and set (InfoValue) 

Property Value

true to find value in multiple lines.

Remarks

When a value is too long, it is likely to break into a second line and PatternCanSpanLines can be set to find such values.

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.