Inesoft PrintCE SDK EVC++ PDC_SetPrnParam
This function sets specific printer and port settings. void PDC_SetPrnParam( 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.
This function sets specific printer and port settings.
void PDC_SetPrnParam( 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)
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.