←Select platform

MaximumCost Property

Summary

The maximum cost allowed for Regex approximation.

Syntax
C#
C++/CLI
Python
public int MaximumCost {get; set;} 
public:  
   property Int32 MaximumCost 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
MaximumCost # get and set (RegexParameters) 
Remarks

Approximation can be expensive. To disable approximation, set MaximumCost to 0. A typical maximum is 0.4.

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.