Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > LeadZone Class : TableData Property |
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); }