Barcode Xpress for .NET Framework v13.9 - Updated
Reader Constructor




Accusoft.BarcodeXpressSdk Namespace > Reader Class : Reader Constructor
An integer which represents the instanceID.
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)
public Reader( 
   IntPtr instanceID
)
public: Reader( 
   IntPtr instanceID
)
public:
Reader( 
   IntPtr instanceID
)

Parameters

instanceID
An integer which represents the instanceID.
See Also

Reference

Reader Class
Reader Members

Is this page helpful?
Yes No
Thanks for your feedback.