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 | |
![]() | |
start | |
data | |
ruler | |
Additional Inherited Members | |
![]() | |
IMaxicodeData | data |
IPoint | start |
IRuler | ruler |
![]() | |
IPoint | start |
![]() | |
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 |