Barcode Xpress for .NET Framework v14.0 - Updated
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)
    public Reader( 
       IntPtr instanceID
    )
    public: Reader( 
       IntPtr instanceID
    )
    public:
    Reader( 
       IntPtr instanceID
    )

    Parameters

    instanceID
    An integer which represents the instanceID.
    See Also