Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!uwvax!oddjob!tank!uxc!uxc.cso.uiuc.edu!uxg.cso.uiuc.edu!uxf.cso.uiuc.edu!emb1354
From: emb1354@uxf.cso.uiuc.edu
Newsgroups: comp.sys.mac.programmer
Subject: Re: Using full resolution of a printer
Message-ID: <1234600006@uxf.cso.uiuc.edu>
Date: 27 Sep 88 16:35:00 GMT
References: <26228@ucbvax.BERKELEY.EDU>
Lines: 12
Nf-ID: #R:ucbvax.BERKELEY.EDU:26228:uxf.cso.uiuc.edu:1234600006:000:759
Nf-From: uxf.cso.uiuc.edu!emb1354    Sep 27 11:35:00 1988


Check the IM V chapter on the Printing Manager.  It describes a call,
PrGeneral, which allows you to poll a printer for the allowable resolutions
and then select the resolution in which you would like to print.  Of course,
changing the print resolution changes the Rect which defines the page since
you are requesting more of fewer pixels.  Therefore, you must re-size your
Quickdraw commands accordingly or get a smaller image.
*****************************************************************
*  Eric M. Berdahl            *  "Y'know, there's alot of air"  *
*  PsiWare Software, not inc. *       -Robert Miller            *
*  emb1354@uxf.cso.uiuc.edu   *                                 *
*****************************************************************