Paxar 6039 Printer User Manual


 
Scanning Functions 4-17
Code93
Description
Sets the scanner configuration values for CODE93 bar code.
Syntax
public bool Enable;
public bool FixedLength;
public int Length1;
public int Length2;
Field Description
Enable
Enables/disables the ability to scan Code 93 bar codes.
Default: FALSE
FixedLength
If FixedLength is TRUE, lengths 1 and 2 are fixed; if
FixedLength is FALSE, length 1 is the minimum and
length 2 is the maximum. Default: FALSE
Length1
Length2
Specifies lengths (including start and stop characters)
for Code 93 bar codes.
Length 1: 0, 2-99, Default: 4
Length 2: 0, 2-99, Default: 55
Return Values
None