LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

CellTypes Property

Show in webframe







Gets the list of LeadZoneType structures that represents the type of the cell.
Syntax
public IList<LeadZoneType> CellTypes {get;}
'Declaration
 
Public ReadOnly Property CellTypes As IList(Of LeadZoneType)
'Usage
 
Dim instance As LeadZoneTableData
Dim value As IList(Of LeadZoneType)
 
value = instance.CellTypes
@property (nonatomic, strong, readonly) NSMutableArray* cellTypes;
public List<LeadZoneType> getCellTypes()
 get_CellTypes(); 
public:
property IList<LeadZoneType>^ CellTypes {
   IList<LeadZoneType>^ get();
}

Property Value

A list of LeadZoneType structures that represents the type of the cell.
Remarks
Requirements

Target Platforms

See Also

Reference

LeadZoneTableData Class
LeadZoneTableData Members

 

 


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