Accusoft.BarcodeXpress9.Net
Area Property
See Also  Send Feedback
Accusoft.BarcodeXpressSdk Namespace > Reader Class : Area Property




Glossary Item Box

Gets and sets the area of the image, in pixels, to analyze for barcode recognition.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 
'Declaration
 
Public Property Area As Rectangle
'Usage
 
Dim instance As Reader
Dim value As Rectangle
 
instance.Area = value
 
value = instance.Area

Property Value

A System.Drawing.Rectangle object.

Remarks

If it is desired to analyze the entire image, set the Area property values (x, y, width and height) to zero.

Default value: 0,0,0,0

See Also

©2013. Accusoft Corporation. All Rights Reserved.