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

Public Shared Sub Register( _
ByVal user
User name.
As String, _
ByVal email
Email or server name.
As String, _
ByVal expirationDate
The evaluation license expiration date.
As String, _
ByVal regCode
Registration code.
As String _
)

Parameters

user
User name.
email
Email or server name.
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