BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.WPF.BarCode Namespace / C1BarCode Class / CheckSumEnabled Property

In This Topic
    CheckSumEnabled Property (C1BarCode)
    In This Topic
    Determines whether a checksum of the barcode will be computed and included in the barcode when applicable.
    Syntax
    'Declaration
     
    Public Property CheckSumEnabled As Boolean
    public bool CheckSumEnabled {get; set;}
    See Also