←Select platform

TextData Property

Summary

Gets or sets the LeadZoneTextData enumeration that represents the details about the detected text zone.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly