Skip to main content
All docs
V26.1
  • DataMatrixGS1OptionsBuilder.WithHumanReadableText(Boolean) Method

    Specifies whether GS1 human-readable text is displayed for the Data Matrix barcode. Returns a builder instance for method chaining.

    Namespace: DevExpress.Docs.Barcode

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

    Declaration

    public DataMatrixGS1OptionsBuilder WithHumanReadableText(
        bool humanReadableText
    )

    Parameters

    Name Type Description
    humanReadableText Boolean

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

    Returns

    Type Description
    DataMatrixGS1OptionsBuilder

    The current DataMatrixGS1OptionsBuilder instance for method chaining.

    See Also