data_matrix_type property

data_matrix_type property

2D Mailmark Type defines size of Data Matrix barcode.

Definition:

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

See Also