ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / BarcodeOptions Class / CheckSumEnabled Property

In This Topic
    CheckSumEnabled Property
    In This Topic
    Gets or sets a value indicating whether a checksum of the barcode will be computed and included in the barcode when applicable.
    Syntax
    'Declaration
     
    Public Property CheckSumEnabled As System.Boolean
    public System.bool CheckSumEnabled {get; set;}
    See Also