<> <> DIRECTORY PDFileFormat, PDInterpBitmap; PDInterpOutput: DEFINITIONS = BEGIN StartImage: PROC [herald: PDFileFormat.Herald, startImage: PDFileFormat.StartImage] RETURNS [PDInterpBitmap.BitmapDesc]; <> <> <<>> EndBand: PROC RETURNS [PDInterpBitmap.BitmapDesc]; <> <> <> EndImage: PROC; <> <> END.