←Select platform

CellTypes Property

Summary
Gets the list of LeadZoneType structures that represents the type of cell.
Syntax
C#
VB
Objective-C
C++
Java
public IList<LeadZoneType> CellTypes { get; } 
Public ReadOnly Property CellTypes As IList(Of LeadZoneType) 
@property (nonatomic, strong, readonly) NSMutableArray<NSNumber *> *cellTypes 
public List<LeadZoneType> getCellTypes() 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.