←Select platform

PatternCanSpanLines Property

Summary

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

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

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 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.