sending PCL printer cmds from csharp

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
Back
Top