C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the LeadZoneTextData enumeration that represents the details about the detected table zone.
public LeadZoneTableData TableData { get; set; }
Public Property TableData As Leadtools.Imageprocessing.Core.LeadZoneTableData
public Leadtools.Imageprocessing.Core.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');
public:
property Leadtools.Imageprocessing.Core.LeadZoneTableData^ TableData {
Leadtools.Imageprocessing.Core.LeadZoneTableData^ get();
void set ( Leadtools.Imageprocessing.Core.LeadZoneTableData^ );
}
LeadZoneTextData enumeration that represents the details about the detected table zone.
This property is null unless the LeadZoneType is Table.
Refer to AutoZoningCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET