←Select platform

TableData Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadZoneTableData TableData { get; set; } 
@property (nonatomic, strong) LTLeadZoneTableData *tableData 
public LeadZoneTableData getTableData() 
public void setTableData(LeadZoneTableData value) 
             
 <br/>get_TableData();<br/>set_TableData(value);<br/>Object.defineProperty('TableData');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly