VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImagingGlobalSettings Class / Register(String,String,String,String) Method
Syntax Requirements SeeAlso
In This Topic
Register(String,String,String,String) Method (ImagingGlobalSettings)
In This Topic
Registers the evaluation version of VintaSoft Imaging .NET SDK.
Syntax
'Declaration

Public Shared Sub Register( _
ByVal user
User name.
As System.String, _
ByVal email
User email.
As System.String, _
ByVal expirationDate
The evaluation license expiration date.
As System.String, _
ByVal regCode
Registration code.
As System.String _
)
public static void Register(
System.String user,
System.String email,
System.String expirationDate,
System.String regCode
)

Parameters

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

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

See Also