Represents an Aztec barcode that can be printed.
More...
|
| __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.
|
|
Represents an Aztec barcode that can be printed.
This class provides functionality for creating and managing an Aztec barcode with specified settings and data.
◆ __init__()
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.
- Parameters
-
start | The starting point of the barcode. |
data | The data to be encoded in the barcode. |
◆ __str__()
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.
- Returns
- A string description of the AztecBarcode instance.
◆ data
LabelMaker.PGL.BcdAztec.AztecBarcode.data |
◆ start
LabelMaker.PGL.BcdAztec.AztecBarcode.start |
◆ type
LabelMaker.PGL.BcdAztec.AztecBarcode.type |
The documentation for this class was generated from the following file:
- /Users/realbuber/Documents/Project/UniPRTSDK_python/LabelMaker/PGL/BcdAztec.py