←Select platform

Bounds Property

Summary

The LeadRect area that specifies the location of the field in the OMR image.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public LeadRect Bounds { get; set; } 
<DataMemberAttribute()>  
Public Property Bounds() As LeadRect 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property LeadRect^ Bounds 
   { 
      LeadRect^ get() 
      void set(LeadRect^ value) 
   } 

Property Value

A LeadRect that specifies the location of this field. Default value is 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