Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

Cells Property








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<NSValue *> *cells //LeadRect
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

Error processing SSI file