←Select platform

Label Property

Summary

Gets the text next to the OmrBubble that has been recognized with the OCR engine.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public string Label { get; } 
<DataMemberAttribute()>  
Public ReadOnly Property Label() As String 
   Get 
public:  
   [DataMemberAttribute] 
   property String^ Label 
   { 
      String^ get() 
   } 

Parameters

A string value that contains the text in the label. Default is null.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly