←Select platform

MaximumLines Property

Summary

Specifies the maximum number of text lines that match the regular expression pattern.

Syntax
C#
C++/CLI
Java
Python
public int MaximumLines { get; set; } 
public int getMaximumLines(); 
public void setMaximumLines( 
   int intValue 
); 
public:  
   property Int32 MaximumLines 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
MaximumLines # get and set (MultipleLinesOptions) 

Property Value

The maximum number of text lines returned by RegexInspectorElement, the default is int.MaxValue.

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.