LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

TextData Property

Show in webframe







Gets or sets the LeadZoneTextData enumeration that represents the details about the detected text zone.
Syntax
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)
            
 
get_TextData();
set_TextData(value);
Object.defineProperty('TextData');
public:
property LeadZoneTextData^ TextData {
   LeadZoneTextData^ get();
   void set (    LeadZoneTextData^ value);
}

Property Value

LeadZoneTextData enumeration that represents the details about the detected text zone.
Remarks
This property is null unless LeadZoneType is Text
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.