base_x_dimension property

base_x_dimension property

Gets or sets a base x-dimension, that is, the smallest width of the unit of barcode bars and spaces. Measured in BarcodeSettings.graphics_unit.

Remarks

When barcode scaling is applied through a template, an actual x-dimension is calculated upon the base x-dimension and a scaling factor.

Definition:

@property
def base_x_dimension(self):
    ...
@base_x_dimension.setter
def base_x_dimension(self, value):
    ...

See Also