| Package | stimulsoft.report.barCodes |
| Class | public class StiQRCodeBarCodeType |
| Inheritance | StiQRCodeBarCodeType StiBarCodeTypeService StiService StiObject Object |
| Property | Defined By | ||
|---|---|---|---|
| errorCorrectionLevel : int Gets or sets the error correction level. | StiQRCodeBarCodeType | ||
| height : Number [override] Gets os sets height factor of the bar code. | StiQRCodeBarCodeType | ||
| labelFontHeight : Number [override] [read-only] | StiQRCodeBarCodeType | ||
| matrixSize : int Gets or sets matrix size. | StiQRCodeBarCodeType | ||
| module : Number [override] Gets or sets width of the most fine element of the bar code. | StiQRCodeBarCodeType | ||
![]() | properties : StiRepositoryItems | StiService | |
![]() | ref : int | StiBarCodeTypeService | |
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [read-only] Gets a service name. | StiService | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService | |
| Method | Defined By | ||
|---|---|---|---|
| StiQRCodeBarCodeType | |||
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
[override] | StiQRCodeBarCodeType | ||
![]() | equals(object:Object):Boolean | StiObject | |
![]() | getCode(barCode:IStiBarCode):String Returns string of char - input data for calculation of bar code. | StiBarCodeTypeService | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiQRCodeBarCodeType | ||
![]() | packService():void | StiService | |
| errorCorrectionLevel | property |
errorCorrectionLevel:intGets or sets the error correction level.
public function get errorCorrectionLevel():int public function set errorCorrectionLevel(value:int):void| height | property |
height:Number[override] Gets os sets height factor of the bar code.
public function get height():Number public function set height(value:Number):void| labelFontHeight | property |
labelFontHeight:Number [read-only] [override] public function get labelFontHeight():Number| matrixSize | property |
matrixSize:intGets or sets matrix size.
public function get matrixSize():int public function set matrixSize(value:int):void| module | property |
module:Number[override] Gets or sets width of the most fine element of the bar code.
public function get module():Number public function set module(value:Number):void| StiQRCodeBarCodeType | () | Constructor |
public function StiQRCodeBarCodeType()| draw | () | method |
override public function draw(g:StiGraphics, barCode:StiBarCode, rect:StiRectangle, zoom:Number):voidParameters
g:StiGraphics | |
barCode:StiBarCode | |
rect:StiRectangle | |
zoom:Number |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |