Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

Rect Property








The location and size on the image in pixels.
Syntax
[DataMemberAttribute(Name="bounds", IsNameSetExplicitly=true)]
public virtual LeadRectD Rect {get; set;}
'Declaration
 
<DataMemberAttribute(Name="bounds", IsNameSetExplicitly=True)>
Public Overridable Property Rect As LeadRectD
'Usage
 
Dim instance As BarcodeData
Dim value As LeadRectD
 
instance.Rect = value
 
value = instance.Rect
[DataMemberAttribute(Name="bounds", IsNameSetExplicitly=true)]
public virtual LeadRectD Rect {get; set;}
DataMemberAttribute(Name="bounds", IsNameSetExplicitly=)
 <br/>get_Rect();<br/>set_Rect(value);<br/>Object.defineProperty('Rect'); 
[DataMemberAttribute(Name="bounds", IsNameSetExplicitly=true)]
public:
virtual property LeadRectD Rect {
   LeadRectD get();
   void set (    LeadRectD value);
}

Property Value

A LeadRectD object that specifies the barcode location and size on the image. The default value is LeadRectD.Empty.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

BarcodeData Class
BarcodeData Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features