A class representing an Aztec barcode for TSPL. 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. | |
Static Public Member Functions | |
int | calculate_aztec_module_count (int data_size, int error_correction_percentage) |
int | calculate_total_codewords_for_layers (int layers) |
int | calculate_length_with_ecc (int data_length, int ecc_percentage) |
Public Attributes | |
type | |
A class representing an Aztec barcode for TSPL.
This class inherits from AAztecBarcode and provides functionality for initializing and describing Aztec barcodes in TSPL.
LabelMaker.TSPL.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.TSPL.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 in TSPL.
|
static |
|
static |
|
static |
LabelMaker.TSPL.BcdAztec.AztecBarcode.type |