Skip to main content
All docs
V25.1
  • SSCCGenerator.HumanReadableText Property

    This property has no effect for the SSCC barcode.

    Namespace: DevExpress.XtraPrinting.BarCode

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    [Browsable(false)]
    [DefaultValue(true)]
    public override bool HumanReadableText { get; set; }

    Property Value

    Type Default Description
    Boolean true

    True to insert parentheses into the bar code’s printed text; otherwise, false.

    See Also