graphics_unit property
graphics_unit property
Gets or sets a graphics unit used to measure BarcodeSettings.base_x_dimension
and BarcodeSettings.base_y_dimension
.
The default value is GraphicsUnit.MILLIMETER
.
Definition:
@property
def graphics_unit(self):
...
@graphics_unit.setter
def graphics_unit(self, value):
...
See Also
- module
groupdocs.assembly
- class
BarcodeSettings
- class
GraphicsUnit