A protocol defining the interface for MaxicodeBarcode classes. More...
#include <IMaxicodeBarcode.h>
Instance Methods | |
(NSString *) | - description |
Returns the string that can be sent to printer. | |
Properties | |
id< IMaxicodeData > | data |
The barcode content. | |
![]() | |
id< IPoint > | start |
![]() | |
id< IRuler > | ruler |
A protocol defining the interface for MaxicodeBarcode classes.
This protocol specifies the properties and methods for Maxicode barcode objects, including content data and methods to format the barcode for printing.
- (NSString *) description |
Returns the string that can be sent to printer.
Converts the Maxicode barcode data into a printable string format.
Reimplemented in PglMaxicodeBarcode, and MaxicodeBarcode.
|
readwritenonatomicstrong |
The barcode content.
Specifies the data to be encoded in the Maxicode barcode.