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