The location and size on the image in pixels.
public virtual LeadRectD Rect { get; set; }
<DataMemberAttribute(Name="bounds", IsNameSetExplicitly=True)>
Public Overridable Property Rect As Leadtools.LeadRectD
[DataMemberAttribute(Name="bounds", IsNameSetExplicitly=true)]
public:
virtual property Leadtools.LeadRectD Rect {
Leadtools.LeadRectD get();
void set ( Leadtools.LeadRectD );
}
A LeadRectD object that specifies the barcode location and size on the image. The default value is LeadRectD.Empty.
Rect contains the same value of Bounds but is always in pixels. Setting one value will change the other accordingly. Rect is used internally by LEADTOOLS for JSON serialization purposes.
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