I have some code that sends a text file to a printer as follows:
File.Copy(outputFile, "\\" & printServer & "\" & printer)
Is there a way I can specify the priority of the print job before it's sent to the printer?
...
Hi,
I'm using System.Printing to interrogate PrintQueue status - my aim being to obtain status updates & errors, specifically the booleans IsOutOfMemory, NeedUserIntervention, IsOutOfPaper, HasPaperProblem, IsPaperJammed, IsInError, IsPaused, IsBusy, IsPrinting, IsProcessing, IsInitializing, IsDoorOpened etc. The problem is the propert...
I have a feeling that the PrintServer.GetPrintQueues method does not return the network printers.
If this one is true, what other choices do i have?
...