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
Parameters
| Name | Type | Description |
|---|---|---|
| humanReadableText | Boolean |
|
Returns
| Type | Description |
|---|---|
| DataMatrixGS1OptionsBuilder | The current DataMatrixGS1OptionsBuilder instance for method chaining. |
See Also