facing_identification_mark property

BarcodeParameters.facing_identification_mark property

Type of a Facing Identification Mark (FIM).

@property
def facing_identification_mark(self) -> str:
    ...

@facing_identification_mark.setter
def facing_identification_mark(self, value: str):
    ...

See Also