EAN128OptionsBuilder.WithCharset(Code128CharacterSet) Method
Specifies the character set used to encode data in EAN-128 barcode. Returns a builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| charset | Code128CharacterSet | The character set. |
Returns
| Type | Description |
|---|---|
| EAN128OptionsBuilder | The current EAN128OptionsBuilder instance for method chaining. |
See Also