LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

SearchRectangle Property (ReadRequest)

Show in webframe





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:
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

See Also

Reference

ReadRequest Class
ReadRequest Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 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