Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Escape! V3.0 - <b>hpreset()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
hpReset()

Reset the laser printer back to its default settings


Syntax

hpReset()


Returns

0
Successful.


Remarks

It is recommended to use hpReset() before and after every print job.
This will help avoid any possibility of having your printouts ruined by
unwanted codes left from a previous print job.

Note:  It is not necessary to use hpReset() at the beginning of your print
routine if hpConfig() is used.


Support By

All HP Laserjet Printers


Example

hpPrintOn()
hpReset()
.
.     // Your printing application
.
hpReset()
hpPrintOff()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson