VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeReaderSettings Class / searchCode39WithoutStartStop Property
Syntax Remarks Requirements SeeAlso
In This Topic
    searchCode39WithoutStartStop Property (WebBarcodeReaderSettings)
    In This Topic
    Gets or sets a value indicating whether the barcode reader must search Code 39 barcodes without Start/Stop symbols.
    Syntax
    'Declaration
    
    Public Property searchCode39WithoutStartStop As Boolean
    
    
    public bool searchCode39WithoutStartStop { get; set; }
    
    
    public: __property bool get_searchCode39WithoutStartStop();
    public: __property void set_searchCode39WithoutStartStop(
    bool value
    );
    public:
    property bool searchCode39WithoutStartStop { bool get(); void set(bool value); }

    Property Value

    Default value is false.
    Remarks

    Code 39 barcodes without Start/Stop symbols do not have the direction marker and therefore barcodes can be read in 2 directions, each direction has different value.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also