print #handle, "print [size]"

This command sends the plotted image to the Windows Print Manager for output. The size argument is optional and it not dependent upon the user's display resolution.

print #handle, "print vga"
Using the optional vga size argument causes a width of 600 pixels on the display window to print the full width of the printer paper.

print #handle, "print svga"
Using the optional svga size argument causes a width of 800 pixels on the display window to print the full width of the printer paper.

print #handle, "print xga"
Using the optional xga size argument causes a width of 1024 pixels on the display window to print the full width of the printer paper.