←Select platform

Rules Property

Summary

Gets or sets the rules for the table.

Syntax

C#
VB
C++
Java
public TableRules Rules { get; set; } 
  
Public Property Rules As TableRules 
public int getRules(); 
public void setRules( 
   int intValue 
); 
public: 
property TableRules Rules { 
   TableRules get(); 
   void set (    TableRules ); 
} 

Property Value

The Rules used to recognize the table.

Remarks

Detecting and Choosing common good rules will effect the results and make the better.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly