UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
<IMaxicodeBarcode> Protocol Reference

A protocol defining the interface for MaxicodeBarcode classes. More...

#include <IMaxicodeBarcode.h>

Inheritance diagram for <IMaxicodeBarcode>:
<IStartPoint> <IPositionRuler> AMaxicodeBarcode MaxicodeBarcode PglMaxicodeBarcode

Instance Methods

(NSString *) - description
 Returns the string that can be sent to printer.
 

Properties

id< IMaxicodeDatadata
 The barcode content.
 
- Properties inherited from <IStartPoint>
id< IPointstart
 
- Properties inherited from <IPositionRuler>
id< IRulerruler
 

Detailed Description

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.

Method Documentation

◆ description

- (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.

Property Documentation

◆ data

- (id<IMaxicodeData>) data
readwritenonatomicstrong

The barcode content.

Specifies the data to be encoded in the Maxicode barcode.


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