←Select platform

LabelBounds Property

Summary

Gets a LeadRect that specifies the location of the text label next to the OmrBubble that has been recognized with the OCR engine.

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

Property Value

A LeadRect that specifies the location of a text label associated with the OMR mark in the image. Default value is an empty LeadRect.

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