←Select platform

Rect Property

Summary
The location and size on the image in pixels.
Syntax
C#
Objective-C
C++/CLI
Python
public virtual LeadRect Rect { get; set; } 
@property (nonatomic, assign) LeadRectD rect; 
[DataMemberAttribute(Name="bounds", IsNameSetExplicitly=true)] 
public: 
virtual property LeadRect Rect { 
   LeadRect get(); 
   void set (LeadRect ); 
} 
Rect # get and set (BarcodeData) 

Property Value

A LeadRect object that specifies the barcode location and size on the image. The default value is LeadRect.Empty. The default value is 0,0,0,0.

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

Help Version 22.0.2023.5.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.