BarcodeOptionsBuilder<TOptions, TBuilder>.WithModuleSize(Single) Method
Specifies the module size for the barcode and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| moduleSize | Single | The module size to apply to the barcode. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated module size. |
See Also