VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeWriteRequestParams Class / optionalCheckSum Property
Syntax Remarks Requirements SeeAlso
In This Topic
    optionalCheckSum Property (WebBarcodeWriteRequestParams)
    In This Topic
    Gets or sets a value indicating whether the barcode writer calculates an optional checksum.
    Syntax
    'Declaration
    
    Public Property optionalCheckSum As Boolean
    
    
    public bool optionalCheckSum { get; set; }
    
    
    public: __property bool get_optionalCheckSum();
    public: __property void set_optionalCheckSum(
    bool value
    );
    public:
    property bool optionalCheckSum { bool get(); void set(bool value); }

    Property Value

    False - optional checksum will not be calculated; true - optional checksum will be calculated.
    Default value is false.
    Remarks

    The following barcode symbologies have optional checksum:

    • Code 39
    • Industrial Standard 2 of 5
    • Interleaved 2 of 5
    We recommend use checksum!

    Requirements

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

    See Also