Represents a DataMatrix 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 DataMatrixBarcode class. | |
str | __str__ (self) |
Returns a string that describes the contents of the receiver. | |
![]() | |
str | ctrl_char (self, int decimal_char_value) |
str | fnc1 (self) |
Public Attributes | |
start | |
data | |
ctrl_char_delimiter | |
![]() | |
ctrl_char_delimiter | |
rows_cols | |
cell_size | |
rectangle | |
![]() | |
start | |
data | |
ruler | |
rotation | |
Additional Inherited Members | |
![]() | |
IPoint | start |
str | data |
![]() | |
IRuler | ruler |
![]() | |
RotateEnum | rotation |
![]() | |
ICellSquare | cell_size |
Represents a DataMatrix barcode that can be printed.
This class provides functionality for creating and managing a DataMatrix barcode with specified settings and data.
LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.__init__ | ( | self, | |
Optional[IPoint] | start = None, | ||
Optional[str] | data = None ) |
Initializes a new instance of the DataMatrixBarcode class.
start | The starting point of the barcode. |
data | The data to be encoded in the barcode. |
Reimplemented from LabelMaker.Interfaces.IBarcode2D.ADataMatrix.
str LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.__str__ | ( | self | ) |
Returns a string that describes the contents of the receiver.
This method generates a string representation of the DataMatrixBarcode 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.IBarcode2D.ABarcode2D.
LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.ctrl_char_delimiter |
LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.data |
LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.start |