Copyright 2004 Ray Ontko & Co. All rights reserved. begin-program print 'horizontal' (5,5) print-bar-code (6,1) type=1 height=0.3 text='01234567890' caption='0 12345 67890' print-direct printer=ps 'statusdict begin' ! Rotate 270 degrees print-direct printer=ps '270 rotate' print-direct printer=ps '-792 -205 translate' print 'vertical' (3,3) print-bar-code (4,1) type=1 height=0.3 text='01234567890' caption='0 12345 67890' print-direct printer=ps '90 rotate' ! Rotate back to 0 print-direct printer=ps '205 -792 translate' end-program