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