DataBarOptionsBuilder.WithType(DataBarType) Method
Specifies the symbol type of the GS1 DataBar family of barcodes and returns a builder instance for method chaining.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| type | DataBarType | The symbol type. |
Returns
| Type | Description |
|---|---|
| DataBarOptionsBuilder | The current DataBarOptionsBuilder instance for method chaining. |
See Also