11#import <Foundation/Foundation.h>
12#import <UniPRT/IPicture.h>
13#import <UniPRT/IPoint.h>
14#import <UniPRT/PrintPlane.h>
15#import <UniPRT/PglCmd.h>
17#import <UniPRT/Defaults.h>
18#import <UniPRT/_PglPicture.h>
19NS_ASSUME_NONNULL_BEGIN
23@property (nonatomic, strong) id<IPoint>
Start;
25@property (nonatomic, strong) id<IRuler>
Ruler;
56- (instancetype)initWithStart:(
id<IPoint>)start ImageName:(NSString *)imageName;
Definition PglPicture.h:21
id< IPoint > Start
Definition PglPicture.h:23
id< IRuler > Ruler
Definition PglPicture.h:25
NSString * ImageName
Definition PglPicture.h:24
NSString * description()
Returns a string that can be sent to the printer.
The picture interface used for placing an image on the label.
Definition IPicture.h:25