Working with the LEADTOOLS Network Virtual Printer Driver

The LEADTOOLS Network printing features uses Virtual Printer Driver as a network virtual printer that can be controlled by applications.

Use the following functions to enable or disable network printing:

L_PrnSetEnableNetworkPrinting

L_PrnIsNetworkPrintingEnabled

Install a network virtual printer on a client machine:

L_PrnClntSetPrinterConnectionDll

To set or get network printer initialization data:

L_PrnGetNetworkInitialData

L_PrnSetNetworkInitialData

The client demo dll must contain the following functions:

L_PrnClntStartup

L_PrnClntShutdown

L_PrnClntPrintJob

Data sent by client application to server application can be retrieved by the server application using:

L_PrnGetRemoteData