Variables | |
boolean | SonyCodeCheckQuietzone |
Activates checking for free areas around the barcode (quiet zones). | |
boolean | SonyCodeCheckSum |
Activates the evaluation of any existing check characters. | |
boolean | SonyCodeCodeInterpretation |
Permits the interpretation of the entire code interpretation character set. | |
boolean | SonyCodeEnabled |
Activates checking for and reading of this type of barcode. | |
boolean | SonyCodeInverted |
Specifies that the barcode is white on a black background or not. | |
short | SonyCodeMaxDigits |
This property specifies the maximum number of SonyCode code words. | |
short | SonyCodeMinDigits |
This property specifies the minimum number of SonyCode code words. | |
boolean | SonyCodeTransmitCheckSum |
Any check characters which exist are transmitted with the data, or appended. | |
boolean | SonyCodeTransmitStartStop |
Activates the transmission of the start or stop character. | |
boolean SonyCodeCheckQuietzone |
boolean SonyCodeCheckSum |
boolean SonyCodeCodeInterpretation |
Permits the interpretation of the entire code interpretation character set.
[in,out] | SonyCodeCodeInterpretation | TRUE means that any characters coded in the barcode are converted, FALSE defines that the corresponding data is returned unchanged. |
boolean SonyCodeEnabled |
boolean SonyCodeInverted |
short SonyCodeMaxDigits |
This property specifies the maximum number of SonyCode code words.
[in,out] | SonyCodeMaxDigits | Maximum number of SonyCode code words. |
short SonyCodeMinDigits |
boolean SonyCodeTransmitCheckSum |
boolean SonyCodeTransmitStartStop |
Activates the transmission of the start or stop character.
The start digit of the SonyCode is (A) and the stop digit is (F).
[in,out] | SonyCodeTransmitStartStop | TRUE activates the transmission of the start or stop character, FALSE otherwise. |