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

Show in webframe

Cells Property








Gets the IVector<LeadRect> that contains a list of table cell locations.
Syntax
public IVector<LeadRect> Cells {get;}
'Declaration
 
Public ReadOnly Property Cells As IVector(Of LeadRect)
'Usage
 
Dim instance As LeadZoneTableData
Dim value As IVector(Of LeadRect)
 
value = instance.Cells
public IVector<LeadRect> Cells {get;}
 get_Cells(); 
public:
property IVector<LeadRect>^ Cells {
   IVector<LeadRect>^ get();
}

Property Value

IVector<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