LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

TableData Property

Show in webframe







Gets or sets the LeadZoneTextData enumeration that represents the details about the detected table zone.
Syntax
public LeadZoneTableData TableData {get; set;}
'Declaration
 
Public Property TableData As LeadZoneTableData
'Usage
 
Dim instance As LeadZone
Dim value As LeadZoneTableData
 
instance.TableData = value
 
value = instance.TableData
public LeadZoneTableData TableData {get; set;}
@property (nonatomic, strong) LTLeadZoneTableData* tableData;
public LeadZoneTableData getTableData()
public void setTableData(LeadZoneTableData value)
            
 
get_TableData();
set_TableData(value);
Object.defineProperty('TableData');
public:
property LeadZoneTableData^ TableData {
   LeadZoneTableData^ get();
   void set (    LeadZoneTableData^ value);
}

Property Value

LeadZoneTextData enumeration that represents the details about the detected table zone.
Remarks
This property is null unless LeadZoneType is Table
Example
Refer to AutoZoningCommand example.
Requirements

Target Platforms

See Also

Reference

LeadZone Class
LeadZone Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.