Skip to content

BRPtouchLabelParam

BRPtouchLabelParam has properties for a label set in your printer.

Properties

paperID

A value to identify the label type in the printer. The definitions for each value are private because those might be changed.

Declaration

@property (nonatomic) unsigned int paperID;

paperName

Declaration

@property (nonatomic, copy) NSString* paperName;

paperSize

Declaration

@property (nonatomic) unsigned int paperSize;

pinOffsetLeft

Declaration

@property (nonatomic) unsigned int pinOffsetLeft;

pinOffsetRight

Declaration

@property (nonatomic) unsigned int pinOffsetRight;

physicalOffsetX

Declaration

@property (nonatomic) unsigned int physicalOffsetX;

physicalOffsetY

Declaration

@property (nonatomic) unsigned int physicalOffsetY;

paperWidth

Declaration

@property (nonatomic) unsigned int paperWidth;

paperWidth_mm

Declaration

@property (nonatomic) float paperWidth_mm;

paperLength

Declaration

@property (nonatomic) unsigned int paperLength;

paperLength_mm

Declaration

@property (nonatomic) float paperLength_mm;

imageAreaWidth

Declaration

@property (nonatomic) unsigned int imageAreaWidth;

imageAreaWidth_mm

Declaration

@property (nonatomic) unsigned int imageAreaWidth_mm;

imageAreaLength

Declaration

@property (nonatomic) unsigned int imageAreaLength;

imageAreaLength_mm

Declaration

@property (nonatomic) unsigned int imageAreaLength_mm;