EAN128OptionsBuilder.WithHumanReadableText(Boolean) Method
Specifies whether the human-readable text is displayed for the EAN128 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 |
|---|---|
| EAN128OptionsBuilder | The current EAN128OptionsBuilder instance for method chaining. |
See Also