ImagerPDDevice.mesa
Copyright © 1985 by Xerox Corporation. All rights reserved.
Doug Wyatt, March 7, 1985 2:44:23 pm PST
Michael Plass, May 12, 1985 3:23:10 pm PDT
DIRECTORY
ImagerDevice USING [Device],
PDFileWriter USING [PDState];
ImagerPDDevice: CEDAR DEFINITIONS
~ BEGIN
Create: PROC [pdState: PDFileWriter.PDState,
sSize, fSize, sPixelsPerInch, fPixelsPerInch: CARDINAL
] RETURNS [ImagerDevice.Device];
END.