[comp.sys.mac.programmer] Using full resolution of a printer

emb1354@uxf.cso.uiuc.edu (09/27/88)

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   *                                 *
*****************************************************************