Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / Licensing Class / Licensing Constructor
For internal use only.




In This Topic
    Licensing Constructor
    In This Topic
    The constructor for the Licensing class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal instanceId As IntPtr _
    )
    'Usage
     
    Dim instanceId As IntPtr
     
    Dim instance As New Licensing(instanceId)
    public Licensing( 
       IntPtr instanceId
    )
    public: Licensing( 
       IntPtr instanceId
    )
    public:
    Licensing( 
       IntPtr instanceId
    )

    Parameters

    instanceId
    For internal use only.
    See Also