Package | stimulsoft.report.barCodes |
Class | public class StiPdf417BarCodeType |
Inheritance | StiPdf417BarCodeType ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
aspectRatio : Number Gets or sets value, which set aspect ratio between horizontal and vertical sides of bar code. | StiPdf417BarCodeType | ||
autoDataColumns : Boolean Gets or sets value which indicates that amount of columns will be calculated automatically. | StiPdf417BarCodeType | ||
autoDataRows : Boolean Gets or sets value which indicates that amount of rows will be calculated automatically. | StiPdf417BarCodeType | ||
dataColumns : int Gets or sets amount of data columns. | StiPdf417BarCodeType | ||
dataRows : int Gets or sets amound of data rows. | StiPdf417BarCodeType | ||
encodingMode : int Gets or sets type of encoding type. | StiPdf417BarCodeType | ||
errorsCorrectionLevel : int Gets or sets errors correction level. | StiPdf417BarCodeType | ||
height : Number [override] Gets os sets height factor of the bar code. | StiPdf417BarCodeType | ||
labelFontHeight : Number [override] [read-only] | StiPdf417BarCodeType | ||
module : Number [override] Gets or sets width of the most fine element of the bar code. | StiPdf417BarCodeType | ||
![]() | properties : StiRepositoryItems | StiService | |
ratioY : int Gets or sets vertical ratio of bar code. | StiPdf417BarCodeType | ||
![]() | 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 | ||
---|---|---|---|
StiPdf417BarCodeType(module:Number = 25, encodingMode:int = 0, errorsCorrectionLevel:int = -1, dataColumns:int = 5, dataRows:int = 3, autoDataColumns:Boolean = true, autoDataRows:Boolean = true, aspectRatio:Number = 1, ratioY:int = 3) | StiPdf417BarCodeType | ||
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
[override] Draws the bar code with the specified parameters. | StiPdf417BarCodeType | ||
equals(object:Object):Boolean [override] | StiPdf417BarCodeType | ||
![]() | 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] | StiPdf417BarCodeType | ||
![]() | packService():void | StiService |
aspectRatio | property |
aspectRatio:Number
Gets or sets value, which set aspect ratio between horizontal and vertical sides of bar code.
public function get aspectRatio():Number
public function set aspectRatio(value:Number):void
autoDataColumns | property |
autoDataColumns:Boolean
Gets or sets value which indicates that amount of columns will be calculated automatically.
public function get autoDataColumns():Boolean
public function set autoDataColumns(value:Boolean):void
autoDataRows | property |
autoDataRows:Boolean
Gets or sets value which indicates that amount of rows will be calculated automatically.
public function get autoDataRows():Boolean
public function set autoDataRows(value:Boolean):void
dataColumns | property |
dataColumns:int
Gets or sets amount of data columns.
public function get dataColumns():int
public function set dataColumns(value:int):void
dataRows | property |
dataRows:int
Gets or sets amound of data rows.
public function get dataRows():int
public function set dataRows(value:int):void
encodingMode | property |
encodingMode:int
Gets or sets type of encoding type.
public function get encodingMode():int
public function set encodingMode(value:int):void
errorsCorrectionLevel | property |
errorsCorrectionLevel:int
Gets or sets errors correction level. The higher level is the more information is added to bar code for restoring.
public function get errorsCorrectionLevel():int
public function set errorsCorrectionLevel(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
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
ratioY | property |
ratioY:int
Gets or sets vertical ratio of bar code. Value must between 2 and 5.
public function get ratioY():int
public function set ratioY(value:int):void
StiPdf417BarCodeType | () | Constructor |
public function StiPdf417BarCodeType(module:Number = 25, encodingMode:int = 0, errorsCorrectionLevel:int = -1, dataColumns:int = 5, dataRows:int = 3, autoDataColumns:Boolean = true, autoDataRows:Boolean = true, aspectRatio:Number = 1, ratioY:int = 3)
module:Number (default = 25 )
| |
encodingMode:int (default = 0 )
| |
errorsCorrectionLevel:int (default = -1 )
| |
dataColumns:int (default = 5 )
| |
dataRows:int (default = 3 )
| |
autoDataColumns:Boolean (default = true )
| |
autoDataRows:Boolean (default = true )
| |
aspectRatio:Number (default = 1 )
| |
ratioY:int (default = 3 )
|
draw | () | method |
override public function draw(g:StiGraphics, barCode:StiBarCode, rect:StiRectangle, zoom:Number):void
Draws the bar code with the specified parameters.
Parameters
g:StiGraphics | |
barCode:StiBarCode | |
rect:StiRectangle | |
zoom:Number |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |