BitmapSetting

Conforms to:
NSCopying
Superclass:
NSObject
Declared In:

Introduction

图片设置 Bitmap settings



Methods

-AssignValue:

AssignValue:


-(void)AssignValue:(BitmapSetting *) setting; 
Discussion

BitmapSetting object copy


Properties

Alignmode
limitWidth
pos_X
pos_Y

Alignmode


@property (nonatomic) Alignment Alignmode; 
Discussion

图片的对齐方式(热敏才有效)


limitWidth


@property (nonatomic) NSInteger limitWidth; 
Discussion

限制图片的最大宽度 Limit the maximum width of the image


pos_X


@property (nonatomic) NSInteger pos_X; 
Discussion

图片打左上角x坐标 for TSC, Cpcl When printing a picture, the x coordinate of the upper left corner (for TSC, Cpcl)


pos_Y


@property (nonatomic) NSInteger pos_Y; 
Discussion

图片打印左上角y坐标 for TSC, Cpcl When printing a picture, the y coordinate of the upper left corner (for TSC, Cpcl)