Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Reader Class / Reader Constructor
An integer which represents the instanceID.




In This Topic
Reader Constructor
In This Topic
The main constructor which takes in the instanceID.
Syntax
'Declaration
 
Public Function New( _
   ByVal instanceID As IntPtr _
)
 
'Usage
 
Dim instanceID As IntPtr
 
Dim instance As New Reader(instanceID)

Parameters

instanceID
An integer which represents the instanceID.
See Also