UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.PGL.BcdAztec.AztecBarcode Class Reference

Represents an Aztec barcode that can be printed. More...

Inheritance diagram for LabelMaker.PGL.BcdAztec.AztecBarcode:

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
 
 data
 
 type
 

Detailed Description

Represents an Aztec barcode that can be printed.

This class provides functionality for creating and managing an Aztec barcode with specified settings and data.

Constructor & Destructor Documentation

◆ __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
startThe starting point of the barcode.
dataThe data to be encoded in the barcode.

Member Function Documentation

◆ __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.

Member Data Documentation

◆ 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: