LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Cells Property

Show in webframe







Gets the IList<LeadRect> that contains a list of table cell locations.
Syntax
public IList<LeadRect> Cells {get;}
'Declaration
 
Public ReadOnly Property Cells As IList(Of LeadRect)
'Usage
 
Dim instance As LeadZoneTableData
Dim value As IList(Of LeadRect)
 
value = instance.Cells
@property (nonatomic, strong, readonly) NSMutableArray* cells;
public List<LeadRect> getCells()
 get_Cells(); 
public:
property IList<LeadRect>^ Cells {
   IList<LeadRect>^ get();
}

Property Value

IList<LeadRect> that contains a list of table cell locations.
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.