sending PCL printer cmds from csharp

G

Guest

We have a c# application that sends documents directly to the printer using
PrinterSettings() and PrintDocument(). These functions do much of the printer
and document configuration work needed, but it looks like we are going to
need to use a PCL printer command to initiate Short-Edge Binding. Is there a
way to send a PCL printer command using the PrinterSettings() function? If
not, what would be the syntax to send the command ahead of the
PrintSettings() call?

thanks for any help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top