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




Performance Property
Gets the barcode capability and performance for the system.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<ObsoleteAttribute("This property has been marked for deprecation.")>
Public ReadOnly Property Performance As String
 
'Usage
 
Dim instance As BarcodeXpress
Dim value As String
 
value = instance.Performance

Property Value

A string which represents the performance of the barcode.
Remarks

This property is obsolete and marked for deprecation.

Example
...
// Get the Performance and put in the string perf
string perf = bcXpress.Performance
...
See Also