Gets or sets the rectangle that contains the search area for the barcodes.
[DataMemberAttribute(Name="SearchRectangle", IsRequired=true)]public LeadRect SearchRectangle { get; set; }
<DataMemberAttribute(Name="SearchRectangle", IsRequired=True)>Public Property SearchRectangle As Leadtools.Services.Datacontracts.LeadRect
[DataMemberAttribute(Name="SearchRectangle", IsRequired=true)]public:property Leadtools.Services.Datacontracts.LeadRect SearchRectangle {Leadtools.Services.Datacontracts.LeadRect get();void set ( Leadtools.Services.Datacontracts.LeadRect );}
A Leadtools.Services.DataContracts.LeadRect structure that contains the search area for the barcodes.
To search the entire image set this property to LeadRect with 0 values. If the LeadRect values are zeros and the image does not have a region, the entire image will be searched. If the LeadRect values are zeros and the image does have a region, only the region will be searched.
For an example, refer to Barcode1d example.
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
