BarcodeOptionsBuilder<TOptions, TBuilder>.WithSize(Single, Single) Method
Specifies the width and height of the barcode image and returns the builder object.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| width | Single | The width of the barcode image. |
| height | Single | The height of the barcode image. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated size. |
See Also