C#
VB
WinRT C#
C++
For information about this property please see Bounds.
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 );
}
A LeadRect object that specifies the barcode location and size on the image. The default value is empty rectangle.
Note: In LEADTOOLS for .NET, the equivalent to LeadRect is LogicalRectangle.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET