←Select platform

TextData Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public LeadZoneTextData TextData { get; set; } 
Public Property TextData As LeadZoneTextData 
@property (nonatomic, strong) LTLeadZoneTextData *textData 
public LeadZoneTextData getTextData() 
public void setTextData(LeadZoneTextData value) 
public: 
property LeadZoneTextData^ TextData { 
   LeadZoneTextData^ get(); 
   void set (    LeadZoneTextData^ ); 
} 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly