←Select platform

SearchRectangle Property

Summary

Gets or sets the rectangle that contains the search area for the barcodes.

Syntax

C#
VB
C++
[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 ); 
} 

Property Value

A Leadtools.Services.DataContracts.LeadRect structure that contains the search area for the barcodes.

Remarks

To search the entire image set this property to Leadtools.Services.DataContracts.LeadRect with zero 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.

Example

For an example, Refer to ReadRequest.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Barcode.DataContracts Assembly