/******************************************************** * Print Control V5 Syntax Reference - orientation example ********************************************************/ timesroman = 5; medium = 0; normal = 0; italic = 1; font( timesroman, 12, medium); shadebox( 30, 60, 29.7, 21, 0.2, 1); text( 30, 87, "This is the landscape paper orientation"); shadebox( 30, 100, 21, 29.7, 0.2, 1); text( 30, 136, "This is the portrait paper orientation");