<> <> <> <> DIRECTORY PDFileFormat USING [Herald, StartImage], PDInterpBitmap USING [BitmapDesc], PDQueue USING [Request]; PDInterpOutput: DEFINITIONS = BEGIN StartImage: PROC [herald: PDFileFormat.Herald, startImage: PDFileFormat.StartImage, request: PDQueue.Request] RETURNS [PDInterpBitmap.BitmapDesc]; <> <> <> <<>> EndBand: PROC RETURNS [PDInterpBitmap.BitmapDesc]; <> <> <> EndImage: PROC [request: PDQueue.Request]; <> ReprintLastPage: PROC [copies: CARDINAL]; <> <> END.