barcode_type property

FieldMergeBarcode.barcode_type property

Gets or sets the barcode type (QR, etc.)

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

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

See Also