Path: utzoo!attcan!uunet!lll-winken!ames!ncar!gatech!rutgers!apple!casseres From: casseres@Apple.COM (David Casseres) Newsgroups: comp.sys.mac.programmer Subject: Re: Landscape printing? Message-ID: <396@internal.Apple.COM> Date: 9 Jan 89 20:16:04 GMT References: <8901081500.AA19025@decwrl.dec.com> Organization: Apple Computer Inc, Cupertino, CA Lines: 15 In article <8901081500.AA19025@decwrl.dec.com> minow@thundr.dec.com (Repent! Godot is coming soon! Repent!) writes: >The Print Setup dialog now contains a button for "landscape printing" whose >state can be tested using the PrGeneral call. > >What then? Am I supposed to rotate the print image myself.... No, flag that you test with PrGeneral tells you that the user has selected landscape printing in the Page Setup dialog. The printer driver will do the rotation, all you have to do is format your document's content according to the rotated page rectangle that you will find in the print record. Nothing is new here except the ability to see a flag that tells you specif- ically that the user has selected landscape format. David Casseres