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

Use the following functions to enable or disable internet printing:

L_PrnSetEnableInternetPrinting

L_PrnIsInternetPrintingEnabled

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

Note: Use the GetJob function to obtain the default job information without implementing the client demo dll.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help