SetIntStream(lpstream,  nlength)

This method makes the source of the barcode data the short integer array stream lpstream of length nlength. The Caption property is ignored once this method is called and any existing Caption string is set to Null.

Note that each data byte is taken from the LO byte of each integer in the array.

This method is useful if binary data containing ASCII 0 characters is to be encoded into the barcode.

Declaration

void SetIntStream(short FAR* lpstream, short nlength)

 

More:

ShowProps()