Re: Duplex printing


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Brian Levantine on April 30, 2004 at 15:48:33:

In Reply to: Duplex printing posted by John P. Carr on April 30, 2004 at 13:16:10:

Hi John. Try the below code. All though I can't test it, it is using a function (SetPrinterInfo) that we know works. I've added the symbolic constants to the PrintCtl.In file for the next release. This command should be issued right after opening the printer.

SET PI.DMDUPLEX = 10
SET DMDUP.SIMPLEX = 1
SET DMDUP.VERTICAL = 2
SET DMDUP.HORIZONTAL = 3

Print (PtrLUN) (TR);(SetPrinterInfo = PI.DMDUPLEX, DMDUP.VERTICAL)

Brian



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]