Gestetner Printer - access to stapling option from .Net
I there any p开发者_如何学JAVAossibility to access specific printer option(stapling) from .Net.
If you are using a printer driver and PrinterSettings, then you might want to take a look at this:
Programmatically selecting complex printer options in C#
or
Serialize Printer Settings
My guess is that these settings are in PJL so the alternative is to produce your own PCL/PS for the job and then simply insert the PJL at the top of the file. You can then send using:
How to send raw data to a printer by using Visual C# .NET
精彩评论