[]
Gets or sets a value indicating whether a checksum of the barcode will be computed and included in the barcode when applicable.
[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