←Select platform

TableData Property

Summary

Gets or sets the LeadZoneTextData enumeration that represents the details about the detected table zone.

Syntax
C#
VB
Objective-C
C++
Java
public LeadZoneTableData TableData { get; set; } 
Public Property TableData As LeadZoneTableData 
@property (nonatomic, strong) LTLeadZoneTableData *tableData 
public LeadZoneTableData getTableData() 
public void setTableData(LeadZoneTableData value) 
public: 
property LeadZoneTableData^ TableData { 
   LeadZoneTableData^ get(); 
   void set (    LeadZoneTableData^ ); 
} 

Property Value

LeadZoneTextData enumeration that represents the details about the detected table zone.

Remarks

This property is null unless the LeadZoneType is Table.

Example

Refer to AutoZoningCommand example.

Requirements

Target Platforms

See Also

Reference

LeadZone Class

LeadZone Members

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly