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

    Gets or sets whether GS1 human-readable text is displayed for the Data Matrix barcode.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public bool HumanReadableText { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also