Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Result Class
Properties


Result Class Members

The following tables list the members exposed by Result.

Public Constructors
 NameDescription
Public Constructor The constructor for the Result class.  
Top
Public Properties
 NameDescription
Public Property Gets the bounding rectangular area of the recognized barcode.  
Public Property

This property is deprecated.

Gets the recognized barcode value as a char array.

 
Public Property Gets the recognized barcode data value in bytes.  
Public Property Gets the name of the recognized barcode.  
Public Property Gets the type of the recognized barcode.  
Public Property Gets the value of the recognized barcode.  
Public Property Gets the confidence of the recognized barcode.  
Public Property Gets the 2D information for the barcode.  
Public Property Gets the length of the result data value.  
Public Property Gets an array of the number of state transitions the reader goes through while decoding the barcode. In other words, it gets the array of BX_ModeTransition structures representing mode transitions encountered.  
Public Property Gets the number of characters in the recognized checksum.  
Public Property Gets the top-left point of the recognized barcode.  
Public Property Gets the top-right point of the recognized barcode.  
Public Property Gets the bottom-right point of the recognized barcode.  
Public Property Gets the bottom-left point of the recognized barcode.  
Public Property Gets the angle of skew for the recognized barcode analyzed.  
Public Property Gets a valid checksum for a recognized barcode.  
Top
See Also