←Select platform

CellTypes Property

Summary
Gets the list of LeadZoneType structures that represents the type of cell.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public IList<LeadZoneType> CellTypes { get; } 
@property (nonatomic, strong, readonly) NSMutableArray<NSNumber *> *cellTypes; 
public java.util.List<LeadZoneType> getCellTypes(); 
public: 
property IList<LeadZoneType>^ CellTypes { 
   IList<LeadZoneType>^ get(); 
} 
CellTypes # get  (LeadZoneTableData) 

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 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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