Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

TableData Property








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)
            
 <br/>get_TableData();<br/>set_TableData(value);<br/>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 the LeadZoneType is Table.
Example
Refer to AutoZoningCommand example.
Requirements

Target Platforms

See Also

Reference

LeadZone Class
LeadZone Members

Error processing SSI file