How to use the BiAutoPrint.dll

 

The BiAutoPrint.DLL can be linked statically or dynamically.

 

For a static link, use the BiAutoPrint.lib file. For a dynamic link, load the library with the LoadLibrary() API function and then use the GetProcAddress() API function to load the required functions from the BiAutoPrint.DLL.

 

There are 4 easy steps for using the dll:

 

Use BIAPInitialize function for initializing BiAutoPrint.dll.

 

Use BIAPStartPrintingEx() or BIAPStartprinting function for printing the specified document to the specified printer.

 

Use the BIAPEndPrinting function for closing the document printed.

 

After finishing all printings use the BIAPUnInitialize function for uninitializing the BiAutoPrint.dll.