Leadtools.Services.Barcode.DataContracts Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SearchRectangle Property
See Also 
Leadtools.Services.Barcode.DataContracts Namespace > ReadRequest Class : SearchRectangle Property



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

Syntax

Visual Basic (Declaration) 
<DataMemberAttribute(Name="SearchRectangle", IsRequired=True)>
Public Property SearchRectangle As LeadRectangle
Visual Basic (Usage)Copy Code
Dim instance As ReadRequest
Dim value As LeadRectangle
 
instance.SearchRectangle = value
 
value = instance.SearchRectangle
C# 
[DataMemberAttribute(Name="SearchRectangle", IsRequired=true)]
public LeadRectangle SearchRectangle {get; set;}
C++/CLI 
[DataMemberAttribute(Name="SearchRectangle", IsRequired=true)]
public:
property LeadRectangle SearchRectangle {
   LeadRectangle get();
   void set (LeadRectangle value);
}

Return Value

A LeadRectangle structure that contains the search area for the barcodes.

Example

For an example, Refer to ReadRequest.

Remarks

To search the entire image set this property to LeadRectangle with zero values. If the LeadRectangle values are zeros and the image does not have a region, the entire image will be searched. If the LeadRectangle values are zeros and the image does have a region, only the region will be searched.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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