←Select platform

CellTypes Property

Summary

Gets the list of LeadZoneType structures that represents the type of cell.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IList<LeadZoneType> CellTypes { get; } 
Public ReadOnly Property CellTypes As IList(Of LeadZoneType) 
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<LeadZoneType> CellTypes {get;} 
@property (nonatomic, strong, readonly) NSMutableArray<NSNumber *> *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 cell.

Remarks
  • The cell type can be either (text, image, or table)
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly