SmartZone v7.2 - Updated
SetSolutionKey Method (Licensing)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Licensing Class : SetSolutionKey Method
The first segment of the solution key you want to use.
The second segment of the solution key you want to use.
The third segment of the solution key you want to use.
The fourth segment of the solution key you want to use.
Sets the solution key.
Syntax
'Declaration
 
Public Sub SetSolutionKey( _
   ByVal pw1 As Long, _
   ByVal pw2 As Long, _
   ByVal pw3 As Long, _
   ByVal pw4 As Long _
) 
'Usage
 
Dim instance As Licensing
Dim pw1 As Long
Dim pw2 As Long
Dim pw3 As Long
Dim pw4 As Long
 
instance.SetSolutionKey(pw1, pw2, pw3, pw4)
public void SetSolutionKey( 
   long pw1,
   long pw2,
   long pw3,
   long pw4
)
public: void SetSolutionKey( 
   long pw1,
   long pw2,
   long pw3,
   long pw4
) 
public:
void SetSolutionKey( 
   int64 pw1,
   int64 pw2,
   int64 pw3,
   int64 pw4
) 

Parameters

pw1
The first segment of the solution key you want to use.
pw2
The second segment of the solution key you want to use.
pw3
The third segment of the solution key you want to use.
pw4
The fourth segment of the solution key you want to use.
See Also

Reference

Licensing Class
Licensing Members

Is this page helpful?
Yes No
Thanks for your feedback.