Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / BarcodeException Class / Number Property




In This Topic
Number Property
In This Topic
Gets the number of the last error.
Syntax
'Declaration
 
Public ReadOnly Property Number As Integer
 
'Usage
 
Dim instance As BarcodeException
Dim value As Integer
 
value = instance.Number
See Also