Represents an Aztec barcode that can be printed. More...
Public Member Functions | |
| __init__ (self, Optional[IPoint] start=None, Optional[str] data=None) | |
| Initializes a new instance of the AztecBarcode class with the specified start point and data. | |
| str | __str__ (self) |
| Returns a string that can be sent to the printer. | |
Public Attributes | |
| start = start | |
| data = data | |
| type = AztecCodeTypeEnum.FIXED_ERR_CORRECTION: | |
Represents an Aztec barcode that can be printed.
This class provides functionality for creating and managing an Aztec barcode with specified settings and data.
| LabelMaker.PGL.BcdAztec.AztecBarcode.__init__ | ( | self, | |
| Optional[IPoint] | start = None, | ||
| Optional[str] | data = None ) |
Initializes a new instance of the AztecBarcode 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.BcdAztec.AztecBarcode.__str__ | ( | self | ) |
Returns a string that can be sent to the printer.
This method generates a string representation of the AztecBarcode 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.BcdAztec.AztecBarcode.data = data |
| LabelMaker.PGL.BcdAztec.AztecBarcode.start = start |
| LabelMaker.PGL.BcdAztec.AztecBarcode.type = AztecCodeTypeEnum.FIXED_ERR_CORRECTION: |