LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)
LEAD Technologies, Inc

SearchRectangle Property (ReadRequest)






Gets or sets the rectangle that contains the search area for the barcodes.
Syntax
[DataMemberAttribute(Name="SearchRectangle", IsRequired=true)]
public LeadRect SearchRectangle {get; set;}
'Declaration
 
<DataMemberAttribute(Name="SearchRectangle", IsRequired=True)>
Public Property SearchRectangle As LeadRect
'Usage
 
Dim instance As ReadRequest
Dim value As LeadRect
 
instance.SearchRectangle = value
 
value = instance.SearchRectangle
[DataMemberAttribute(Name="SearchRectangle", IsRequired=true)]
public LeadRect SearchRectangle {get; set;}
DataMemberAttribute(Name="SearchRectangle", IsRequired=)
 get_SearchRectangle();
set_SearchRectangle(value);
[DataMemberAttribute(Name="SearchRectangle", IsRequired=true)]
public:
property LeadRect SearchRectangle {
   LeadRect get();
   void set (    LeadRect value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReadRequest Class
ReadRequest Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features