'Declaration <DescriptionAttribute("Barcode reader must search Code 39 barcodes without Start/Stop symbols.")> <DefaultValueAttribute(False)> Public Property SearchCode39WithoutStartStop As Boolean
[Description("Barcode reader must search Code 39 barcodes without Start/Stop symbols.")] [DefaultValue(False)] public bool SearchCode39WithoutStartStop { get; set; }
[Description("Barcode reader must search Code 39 barcodes without Start/Stop symbols.")] [DefaultValue(False)] public: __property bool get_SearchCode39WithoutStartStop(); public: __property void set_SearchCode39WithoutStartStop(
bool value
);
[Description("Barcode reader must search Code 39 barcodes without Start/Stop symbols.")] [DefaultValue(False)] public:
property bool SearchCode39WithoutStartStop { bool get(); void set(bool value); }
Property Value
False - barcode reader must search Code 39 barcodes with Start/Stop (*) symbols only.
True - barcode reader must search Code 39 barcodes with and without Start/Stop (*) symbols.
True - barcode reader must search Code 39 barcodes with and without Start/Stop (*) symbols.