Accusoft.BarcodeXpress.nodejs
setSolutionKey

Sets the solution key.

Arguments:

Name Type Description
key1 Integer First part of the key.
key2 Integer Second part of the key.
key3 Integer Third part of the key.
key4 Integer Fourth part of the key.

Example:

Copy Code
var bx = require('barcode-js');
bx.setSolutionKey(0x00000001, 0x00000002, 0x00000003, 0x00000004);

 

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback