Barcode Xpress for Java v14.0 - Updated January 7, 2025
com.accusoft.barcodexpress Package / BarcodeXpress Class / setSolutionKey Method
Unlock key 1
Unlock key 2
Unlock key 3
Unlock key 4
In This Topic
setSolutionKey Method
In This Topic

Sets the solution key required by runtime licensing.

This is the solution key required for all runtime licensing. The four integers are provided at the time of purchase of the runtime licenses along with the solution name.
Syntax
public static void setSolutionKey( 
   int key1,
   int key2,
   int key3,
   int key4
)

Parameters

key1
Unlock key 1
key2
Unlock key 2
key3
Unlock key 3
key4
Unlock key 4
See Also