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

    Gets or sets whether the barcode includes mandatory Code 93 check characters.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public bool CalculateChecksum { get; set; }

    Property Value

    Type Description
    Boolean

    true to include mandatory Code 93 check characters; otherwise, false.

    See Also