Gets or sets the rectangle that contains the search area for the barcodes.
'Declaration
<DataMemberAttribute(Name="SearchRectangle", IsRequired=True)>
Public Property SearchRectangle As LeadRect
'Usage
Dim instance As ReadOption
Dim value As LeadRect
instance.SearchRectangle = value
value = instance.SearchRectangle
Property Value
A
Leadtools.Services.DataContracts.LeadRect structure that contains the search area for the barcodes.