←Select platform

CellTypes Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public IVector<LeadZoneType> CellTypes {get;} 
Public ReadOnly Property CellTypes As IVector(Of LeadZoneType) 
public IVector<LeadZoneType> CellTypes {get;} 
 get_CellTypes();  
public: 
property IVector<LeadZoneType>^ CellTypes { 
   IVector<LeadZoneType>^ get(); 
} 

Property Value

List of LeadZoneType structures that represents the type of the 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