Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="SearchRectangle", IsRequired=True)> Public Property SearchRectangle As LeadRectangle |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DataMemberAttribute(Name="SearchRectangle", IsRequired=true)] public LeadRectangle SearchRectangle {get; set;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="SearchRectangle", IsRequired=true)] public: property LeadRectangle SearchRectangle { LeadRectangle get(); void set (LeadRectangle value); } |
Return Value
A LeadRectangle structure that contains the search area for the barcodes.For an example, Refer to ReadRequest.
To search the entire image set this property to LeadRectangle with zero values.
If the LeadRectangle values are zeros and the image does not have a region, the entire image will be searched.
If the LeadRectangle values are zeros and the image does have a region, only the region will be searched.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family