A class representing a PDF417 barcode. 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. | |
![]() | |
int | limit_range (self, int value, int minimum, int maximum) |
Limits the range of a value to a specified minimum and maximum. | |
Public Attributes | |
start | |
data | |
![]() | |
start | |
data | |
cell_size | |
error_correction | |
rows | |
columns | |
![]() | |
start | |
data | |
ruler | |
rotation | |
Additional Inherited Members | |
![]() | |
IPoint | start |
str | data |
ICellRect | cell_size |
Pdf417ErrCorrectionEnum | error_correction |
int | rows |
int | columns |
![]() | |
IPoint | start |
str | data |
![]() | |
IRuler | ruler |
![]() | |
RotateEnum | rotation |
![]() | |
ICellRect | cell_size |
A class representing a PDF417 barcode.
This class inherits from APdf417 and provides functionality for initializing, configuring, and describing PDF417 barcodes. The PDF417 barcode is a two-dimensional barcode format used for encoding large amounts of data and is widely used in applications like transport, identification, and inventory management.
LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode.__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.
This constructor sets up a new AztecBarcode object using the provided start point and data. The data represents the information to be encoded within the Aztec barcode.
start | The starting point of the barcode. |
data | The data to be encoded in the barcode. |
Reimplemented from LabelMaker.Interfaces.IBcdPdf417.APdf417.
str LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode.__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 the Aztec barcode.
Reimplemented from LabelMaker.Interfaces.IBarcode2D.ABarcode2D.
LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode.data |
LabelMaker.PGL.Pdf417Barcode.Pdf417Barcode.start |