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 : TextData Property |
public LeadZoneTextData TextData {get; set;}
'Declaration
Public Property TextData As LeadZoneTextData
'Usage
Dim instance As LeadZone Dim value As LeadZoneTextData instance.TextData = value value = instance.TextData
public LeadZoneTextData TextData {get; set;}
@property (nonatomic, strong) LTLeadZoneTextData *textData
public LeadZoneTextData getTextData() public void setTextData(LeadZoneTextData value)
<br/>get_TextData();<br/>set_TextData(value);<br/>Object.defineProperty('TextData');
public: property LeadZoneTextData^ TextData { LeadZoneTextData^ get(); void set ( LeadZoneTextData^ value); }