UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode Class Reference

Represents a DataMatrix barcode that can be printed. More...

Inheritance diagram for LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode:
LabelMaker.Interfaces.IBarcode2D.ADataMatrix LabelMaker.Interfaces.IBarcode2D.ABarcode2D LabelMaker.Interfaces.IBarcode2D.ISquareCell LabelMaker.Interfaces.IBarcode2D.IBarcode2D LabelMaker.Interfaces.IBarcode2D.IBarcodeItem2D LabelMaker.Interfaces.IBarcode2D.IPositionRuler LabelMaker.Interfaces.ISettings.IRotation

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.
 
- Public Member Functions inherited from LabelMaker.Interfaces.IBarcode2D.ADataMatrix
str ctrl_char (self, int decimal_char_value)
 
str fnc1 (self)
 

Public Attributes

 start
 
 data
 
 ctrl_char_delimiter
 
- Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.ADataMatrix
 ctrl_char_delimiter
 
 rows_cols
 
 cell_size
 
 rectangle
 
- Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.ABarcode2D
 start
 
 data
 
 ruler
 
 rotation
 

Additional Inherited Members

- Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.IBarcodeItem2D
IPoint start
 
str data
 
- Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.IPositionRuler
IRuler ruler
 
- Static Public Attributes inherited from LabelMaker.Interfaces.ISettings.IRotation
RotateEnum rotation
 
- Static Public Attributes inherited from LabelMaker.Interfaces.IBarcode2D.ISquareCell
ICellSquare cell_size
 

Detailed Description

Represents a DataMatrix barcode that can be printed.

This class provides functionality for creating and managing a DataMatrix barcode with specified settings and data.

Constructor & Destructor Documentation

◆ __init__()

LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.__init__ ( self,
Optional[IPoint] start = None,
Optional[str] data = None )

Initializes a new instance of the DataMatrixBarcode class.

Parameters
startThe starting point of the barcode.
dataThe data to be encoded in the barcode.

Reimplemented from LabelMaker.Interfaces.IBarcode2D.ADataMatrix.

Member Function Documentation

◆ __str__()

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.

Returns
A string description of the DataMatrixBarcode instance.

Reimplemented from LabelMaker.Interfaces.IBarcode2D.ABarcode2D.

Member Data Documentation

◆ ctrl_char_delimiter

LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.ctrl_char_delimiter

◆ data

LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.data

◆ start

LabelMaker.PGL.BcdDataMatrix.DataMatrixBarcode.start

The documentation for this class was generated from the following file: