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)
get_TableData();
set_TableData(value);
Object.defineProperty('TableData');
public: property LeadZoneTableData^ TableData { LeadZoneTableData^ get(); void set ( LeadZoneTableData^ value); }