| Property | Defined By | ||
|---|---|---|---|
| errorMessage : String [read-only] | StiPdf417 | ||
| matrix : Array [read-only] The raw image bits of the barcode | StiPdf417 | ||
| matrixHeight : int [read-only] The number of barcode rows | StiPdf417 | ||
| matrixWidth : int [read-only] The number of X pixels of Matrix | StiPdf417 | ||
| Method | Defined By | ||
|---|---|---|---|
StiPdf417(inputData:String, mode:int, errorCorrectionLevel:int, columns:int, rows:int, autoColumns:Boolean, autoRows:Boolean, aspectRatio:Number, ratioY:int) | StiPdf417 | ||
| errorMessage | property |
errorMessage:String [read-only] public function get errorMessage():String| matrix | property |
matrix:Array [read-only] The raw image bits of the barcode
public function get matrix():Array| matrixHeight | property |
matrixHeight:int [read-only] The number of barcode rows
public function get matrixHeight():int| matrixWidth | property |
matrixWidth:int [read-only] The number of X pixels of Matrix
public function get matrixWidth():int| StiPdf417 | () | Constructor |
public function StiPdf417(inputData:String, mode:int, errorCorrectionLevel:int, columns:int, rows:int, autoColumns:Boolean, autoRows:Boolean, aspectRatio:Number, ratioY:int)inputData:String | |
mode:int | |
errorCorrectionLevel:int | |
columns:int | |
rows:int | |
autoColumns:Boolean | |
autoRows:Boolean | |
aspectRatio:Number | |
ratioY:int |