BarcodeOptionsBuilder<TOptions, TBuilder>.WithPadding Method
| Name | Parameters | Description |
|---|---|---|
| WithPadding(Padding) | padding | Specifies the padding for the barcode image and returns the builder object. |
| WithPadding(Int32, Int32, Int32, Int32) | left, top, right, bottom | Specifies the padding for each side of the barcode image and returns the builder object. |
| WithPadding(Int32) | all | Specifies the same padding for all sides of the barcode image and returns the builder object. |