LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Rows Property

Show in webframe







Gets or sets the number of rows in the table zone.
Syntax
public int Rows {get; set;}
'Declaration
 
Public Property Rows As Integer
'Usage
 
Dim instance As LeadZoneTableData
Dim value As Integer
 
instance.Rows = value
 
value = instance.Rows
public int Rows {get; set;}
@property (nonatomic, assign) unsigned int rows;
public int getRows()
public void setRows(int value)
            
 
get_Rows();
set_Rows(value);
Object.defineProperty('Rows');
public:
property int Rows {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the number of rows in the table zone.
Example
Refer to AutoZoningCommand example.
Requirements

Target Platforms

See Also

Reference

LeadZoneTableData Class
LeadZoneTableData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.