'Declaration <DescriptionAttribute("Barcode reader interprets FNC4 symbols in Code 128 barcode and shifts barcode characters to extended ASCII table.")> <DefaultValueAttribute(True)> Public Property Code128UseFnc4ShiftToExtendedAsciiTable As Boolean
[Description("Barcode reader interprets FNC4 symbols in Code 128 barcode and shifts barcode characters to extended ASCII table.")] [DefaultValue(True)] public bool Code128UseFnc4ShiftToExtendedAsciiTable { get; set; }
[Description("Barcode reader interprets FNC4 symbols in Code 128 barcode and shifts barcode characters to extended ASCII table.")] [DefaultValue(True)] public: __property bool get_Code128UseFnc4ShiftToExtendedAsciiTable(); public: __property void set_Code128UseFnc4ShiftToExtendedAsciiTable(
bool value
);
[Description("Barcode reader interprets FNC4 symbols in Code 128 barcode and shifts barcode characters to extended ASCII table.")] [DefaultValue(True)] public:
property bool Code128UseFnc4ShiftToExtendedAsciiTable { bool get(); void set(bool value); }
Property Value
false - if barcode contains FNC4 symbols: FNC4 symbol is not interpreted, barcode contains only ASCII symbols (0..127 byte values);
true - if barcode contains FNC4 symbols: FNC4 symbols interpreted and excluded from barcode value, barcode value contains extended ASCII symbols (0..255 byte values).
Default value is true.
true - if barcode contains FNC4 symbols: FNC4 symbols interpreted and excluded from barcode value, barcode value contains extended ASCII symbols (0..255 byte values).
Default value is true.