BarcodeOptionsBuilder<TOptions, TBuilder>.WithDpi(Single) Method
Specifies the dpi value used to render the bar code.
Namespace: DevExpress.Docs.Barcode
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dpi | Single | The dpi value used to create the bar code image. |
Returns
| Type | Description |
|---|---|
| TBuilder | The builder object with the updated dpi value. |
See Also