Error processing SSI file
LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

Show in webframe

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

Error processing SSI file
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