Skip to main content
All docs
V26.1
  • Interleaved2of5Options.CalculateChecksum Property

    Gets or sets whether a check character should be calculated and added to the barcode data.

    Namespace: DevExpress.Docs.Barcode

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public bool CalculateChecksum { get; set; }

    Property Value

    Type Description
    Boolean

    true, to add a check character; otherwise, false.

    See Also