SilverScreen Solid Modeler

printer_close

printer_close

Previous topic Next topic  

printer_close

Previous topic Next topic JavaScript is required for the print function  

SilverScreenAPI

 

void printer_close ( int ff )

 

int ff;       // form_feed flag

 

 

 




Synopsis

#include "silver.h"

 

The printer_close function closes the printer port opened by the previous printer_open call. If ff is 1, then a form feed is first sent to the printer to eject the page. If ff is 0, no form feed is sent.

 

 

Parameters

ff is an integer that determines whether or not a form feed is sent to the printer before closing it.

 

 

Return Value

none.

 

 

See Also

printer_open , printer_send