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 Attributes | |
| start | |
| data | |
| rotation | |
| zipper_pattern | |
Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode | |
| start | |
| data | |
| ruler | |
Additional Inherited Members | |
Static Public Attributes inherited from LabelMaker.Interfaces.IBcdMaxicode.IMaxicodeBarcode | |
| IMaxicodeData | data |
| IPoint | start |
| IRuler | ruler |
Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.IStartPoint | |
| IPoint | start |
Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.IPositionRuler | |
| IRuler | ruler |
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. |
Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode.
| 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.
Reimplemented from LabelMaker.Interfaces.IBcdMaxicode.AMaxicodeBarcode.
| LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.data |
| LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.rotation |
| LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.start |
| LabelMaker.PGL.BcdMaxicode.MaxicodeBarcode.zipper_pattern |