Package | com.myflashlab.air.extensions.rongta |
Class | public class BitmapSetting |
Inheritance | BitmapSetting Object |
getBitmapCmd
method of Cmd
class.
Property | Defined By | ||
---|---|---|---|
align : int (iOS) | BitmapSetting |
Method | Defined By | ||
---|---|---|---|
BitmapSetting($bimtapLimitWidth:int = -1, $bmpPrintMode:int = -1) initialize an instance of this class | BitmapSetting | ||
getBimtapLimitWidth():int Bitmap Limit Width setting(N mm 8) | BitmapSetting | ||
getBmpPrintMode():int
(Android) Bitmap print mode settings
BitmapSetting.SINGLE_COLOR
BitmapSetting.MULTI_COLOR
| BitmapSetting |
Constant | Defined By | ||
---|---|---|---|
MULTI_COLOR : int = 1 [static] Android | BitmapSetting | ||
SINGLE_COLOR : int = 0 [static] Android | BitmapSetting |
align | property |
align:int
(iOS)
public function get align():int
public function set align(value:int):void
BitmapSetting | () | Constructor |
public function BitmapSetting($bimtapLimitWidth:int = -1, $bmpPrintMode:int = -1)
initialize an instance of this class
Parameters$bimtapLimitWidth:int (default = -1 )
| |
$bmpPrintMode:int (default = -1 )
|
getBimtapLimitWidth | () | method |
public function getBimtapLimitWidth():int
Bitmap Limit Width setting(N mm 8)
Returnsint |
getBmpPrintMode | () | method |
public function getBmpPrintMode():int
(Android) Bitmap print mode settings
int |
MULTI_COLOR | Constant |
public static const MULTI_COLOR:int = 1
Android
SINGLE_COLOR | Constant |
public static const SINGLE_COLOR:int = 0
Android