Skip to main content
All docs
V26.1
  • EAN128Options.HumanReadableText Property

    Gets or sets whether the human-readable text is displayed for the EAN128 barcode.

    Namespace: DevExpress.Docs.Barcode

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public bool HumanReadableText { get; set; }

    Property Value

    Type Description
    Boolean

    true to display the human-readable text; otherwise, false.

    See Also