←Select platform

Bounds Property

Summary

For information about this property please see Bounds.

Syntax

C#
VB
WinRT C#
C++
public virtual Leadtools.LeadRect Bounds {get; set;} 
Public Overridable Property Bounds As Leadtools.LeadRect 
public virtual Leadtools.LeadRect Bounds {get; set;} 
 <br/>get_Bounds();<br/>set_Bounds(value);<br/>Object.defineProperty('Bounds');  
public: 
virtual property Leadtools.LeadRect Bounds { 
   Leadtools.LeadRect get(); 
   void set (    Leadtools.LeadRect ); 
} 

Property Value

A LeadRect object that specifies the barcode location and size on the image. The default value is empty rectangle.

Remarks

Note: In LEADTOOLS for .NET, the equivalent to LeadRect is LogicalRectangle.

Target Platforms

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

Leadtools.Barcode Assembly