Represents a Maxicode barcode that can be printed. More...
Public Member Functions | |
| __init__ (self, Optional[IPoint] start=None, Optional[IMaxicodeData] data=None) | |
| Initializes a new instance of the MaxicodeBarcode class with the specified start point and data. | |
| str | __str__ (self) |
| Returns a string that can be sent to the printer. | |
Public Member Functions inherited from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode | |
| __init__ (self, Optional[IPoint] start=None, Optional[IMaxicodeData] data=None) | |
| str | __str__ (self) |
| Constructs the string representation of the Maxicode barcode data for printing. | |
Public Member Functions inherited from LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeBarcode | |
| str | __str__ (self) |
| Returns the string that can be sent to printer. | |
Public Attributes | |
| rotation = RotateEnum.NONE | |
| bool | zipper_pattern = False |
Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode | |
| start = start | |
| data = data | |
| ruler = None | |
Represents a Maxicode barcode that can be printed.
This class provides functionality for creating and managing a Maxicode barcode with specified settings and data.
| LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.__init__ | ( | self, | |
| Optional[IPoint] | start = None, | ||
| Optional[IMaxicodeData] | data = None ) |
Initializes a new instance of the MaxicodeBarcode class with the specified start point and data.
| start | The starting point of the barcode. |
| data | The data to be encoded in the barcode. |
| str LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.__str__ | ( | self | ) |
Returns a string that can be sent to the printer.
This method generates a string representation of the MaxicodeBarcode instance that is formatted and ready to be sent to a printer. The string includes all the necessary commands and data required for printing.
| LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.rotation = RotateEnum.NONE |
| bool LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.zipper_pattern = False |