C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the LeadZoneTextData enumeration that represents the details about the detected text zone.
public LeadZoneTextData TextData { get; set; }
Public Property TextData As Leadtools.Imageprocessing.Core.LeadZoneTextData
public Leadtools.Imageprocessing.Core.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 Leadtools.Imageprocessing.Core.LeadZoneTextData^ TextData {
Leadtools.Imageprocessing.Core.LeadZoneTextData^ get();
void set ( Leadtools.Imageprocessing.Core.LeadZoneTextData^ );
}
LeadZoneTextData enumeration that represents the details about the detected text zone.
This property is null unless LeadZoneType is Text
Refer to AutoZoningCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET