A class representing a picture object in TSPL. More...
#include <TsplPicture.h>
Instance Methods | |
| (instancetype) | - initWithStart:imageName: |
| Initializes a new instance of TsplPicture with the specified position and image name. | |
| (NSString *) | - description |
| Converts the picture object to a TSPL command string. | |
Properties | |
| id< IPoint > | Start |
| The starting position of the picture. | |
| NSString * | ImageName |
| The image name associated with the picture. | |
| id< IRuler > | Iuler |
| The ruler object used for positioning or scaling. | |
Properties inherited from <IPicture> | |
| id< IRuler > | Ruler |
| id< IPoint > | Start |
| NSString * | ImageName |
A class representing a picture object in TSPL.
This class implements the IPicture interface and provides functionality for defining picture elements in TSPL label formats.
| - (NSString *) description |
Converts the picture object to a TSPL command string.
This method generates the TSPL command string representation of the TsplPicture instance, which can be sent to the printer.
Reimplemented from <IPicture>.
| - (instancetype) initWithStart: | (id< IPoint >) | start | |
| imageName: | (NSString *) | imageName |
Initializes a new instance of TsplPicture with the specified position and image name.
| start | The starting position of the picture. |
| imageName | The name of the image resource. |
|
readwritenonatomiccopy |
The image name associated with the picture.
|
readwritenonatomicstrong |
The ruler object used for positioning or scaling.
|
readwritenonatomicstrong |
The starting position of the picture.