Code128OptionsBuilder.WithCharset(Code128CharacterSet) Method
Specifies the character set used to encode data in Code 128 barcode and 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 used charset. |
Returns
| Type | Description |
|---|---|
| Code128OptionsBuilder | The current Code128OptionsBuilder instance for method chaining. |
See Also