[]
        
(Showing Draft Content)

C1.Document.BarcodeOptions.CheckSumEnabled

CheckSumEnabled Property

CheckSumEnabled

Gets or sets a value indicating whether a checksum of the barcode will be computed and included in the barcode when applicable.

Declaration
[C1Description("BarcodeOptions.CheckSumEnabled", "Specifies whether a checksum of the barcode will be computed and included in the barcode when applicable.")]
[C1Category("Behavior")]
public bool CheckSumEnabled { get; set; }
<C1Description("BarcodeOptions.CheckSumEnabled", "Specifies whether a checksum of the barcode will be computed and included in the barcode when applicable.")>
<C1Category("Behavior")>
Public Property CheckSumEnabled As Boolean