VintaSoft Barcode .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeGlobalSettings Class / Register(String,String,String,String) Method
Syntax Requirements SeeAlso
In This Topic
    Register(String,String,String,String) Method (BarcodeGlobalSettings)
    In This Topic
    Registers the evaluation version of VintaSoft Barcode .NET SDK.
    Syntax
    'Declaration
    
    Public Shared Sub Register( _
    ByVal user
    User name.
    As String, _
    ByVal email
    User email.
    As String, _
    ByVal expirationDate
    The evaluation license expiration date.
    As String, _
    ByVal regCode
    Registration code.
    As String _
    )

    Parameters

    user
    User name.
    email
    User email.
    expirationDate
    The evaluation license expiration date.
    regCode
    Registration code.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also