Leadtools.Printer.Client Namespace > IVirtualPrinterClient Interface : PrintJob Method |
bool PrintJob( PrintJobData printJobData )
'Declaration Function PrintJob( _ ByVal printJobData As PrintJobData _ ) As Boolean
'Usage Dim instance As IVirtualPrinterClient Dim printJobData As PrintJobData Dim value As Boolean value = instance.PrintJob(printJobData)
bool PrintJob( PrintJobData^ printJobData )
This callback function will be called by the Network Virtual Printer Driver, with the printer information.
The user will read the information and act accordingly.
The user must fill the UserData field of the printJobData parameter. This data will be sent to the server machine and can be used to provide custom behaviors.
Data in the server side can be read using property.