←Select platform

MaximumCost Property

Summary

The maximum cost allowed for Regex approximation.

Syntax
C#
VB
C++
public int MaximumCost {get; set;} 
Public Property MaximumCost() As Integer 
   Get 
   Set 
public:  
   property Int32 MaximumCost 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 
Remarks

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

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.