Padding
Padding class
Module: aspose_barcode.generation.padding
Paddings parameters.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| str | str | No | Returns a human-readable string representation of this Padding. |
Properties
| Name | Type | Description |
|---|---|---|
| bottom | Optional[Unit] | Bottom padding. |
| left | Optional[Unit] | Left padding. |
| right | Optional[Unit] | Right padding. |
| top | Optional[Unit] | Top padding. |