Path: utzoo!utgpu!watmath!clyde!att!pacbell!ames!mailrus!ulowell!bbn!apple!parent From: parent@Apple.COM (Sean Parent) Newsgroups: comp.sys.mac.programmer Subject: Re: Landscape printing? Summary: LandScape printing Message-ID: <23592@apple.Apple.COM> Date: 9 Jan 89 18:14:08 GMT References: <8901081500.AA19025@decwrl.dec.com> Organization: Apple Computer Inc., Cupertino, CA Lines: 16 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. It has always been there. > What then? Am I supposed to rotate the print image myself, or is there > support for landscaping in the Print Manager (or QuickDraw) itself. No. You do not rotate the image your self. The Driver will handle that. All that you have to do is pay attention to the page size returned by the page set- up call. i.e. The page for a US letter page will be 11 x 8 1/2 rather than 8 1/2 x 11. The reson for the PrGeneral call is for specific applications that wanted to special case land scape printing. I see very little reason for it. Sean