Inesoft PrintCE SDK .NET PrintCE::SetPrnParam Method
Sets specific printer and port settings. C# Syntax: object.SetPrnParam(int param, int val); VB Syntax: object.SetPrnParam(ByVal param As Int32, ByVal val As Int32) 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.
Sets specific printer and port settings.
C# Syntax: object.SetPrnParam(int param, int val); VB Syntax: object.SetPrnParam(ByVal param As Int32, ByVal val As Int32)
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.