Inesoft PrintCE SDK EVC++
prnSetPrnParam

This function sets specific printer and port settings.

void prnSetPrnParam(
    
int param,
    
int value
);

Parameters

param

can get one of the below values:

 

1 - printing of blank space on the end of document (for C-POS printer only).

value : 1 - turn on, 0 - turn off (default is on)


257 - 5 sec delay for flushing buffers after printing (for printing through COM ports only)

value : 1 - turn on, 0 - turn off (default is on)


258 - driver waiting time for sending data (for printing through COM ports only)

value : time in milliseconds (default is 3 minutes)




© 2009 Inesoft. All rights reserved.