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

SearchRectangle Property (ReadOption)

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 ReadOption
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 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.
Example
For an example, refer to Barcode1d example.
Requirements

Target Platforms

See Also

Reference

ReadOption Class
ReadOption 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