EAN128OptionsBuilder.WithFNC1Substitute(String) Method
Specifies the character that is used as a substitute for the GS1 FNC1 separator in EAN-128 input data. Returns a builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| substitute | String | The character to be replaced. |
Returns
| Type | Description |
|---|---|
| EAN128OptionsBuilder | The current EAN128OptionsBuilder instance for method chaining. |
See Also