BarSave()

Int BarSave(LPSTR filename)

Causes the control to save the barcode characters into a text file. Filename must be the fully qualified file name, complete with .TXT extension – such as that available from the Windows SaveDialog control.

The methods returns the number of bytes saved in the file, or 0 if an error occurs.

VB Example:

Ff$=”C:\test.txt”
BarSave(Ff$)

 

More:

BarCopy()