The SearchRectangle Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the rectangle that contains the search area for the barcodes.
Syntax
Visual Basic (Declaration) | |
---|
Public Property SearchRectangle As Rectangle |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BarcodeReadActivity
Dim value As Rectangle
instance.SearchRectangle = value
value = instance.SearchRectangle |
C# | |
---|
public Rectangle SearchRectangle {get; set;} |
Property Value
Rectangle that contains the search area for the barcodes.
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also