Packagestimulsoft.report.barCodes.classes
Classpublic class StiPdf417
InheritanceStiPdf417 Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
StiPdf417(inputData:String, mode:int, errorCorrectionLevel:int, columns:int, rows:int, autoColumns:Boolean, autoRows:Boolean, aspectRatio:Number, ratioY:int)
StiPdf417
Property Detail
errorMessageproperty
errorMessage:String  [read-only]


Implementation
    public function get errorMessage():String
matrixproperty 
matrix:Array  [read-only]

The raw image bits of the barcode


Implementation
    public function get matrix():Array
matrixHeightproperty 
matrixHeight:int  [read-only]

The number of barcode rows


Implementation
    public function get matrixHeight():int
matrixWidthproperty 
matrixWidth:int  [read-only]

The number of X pixels of Matrix


Implementation
    public function get matrixWidth():int
Constructor Detail
StiPdf417()Constructor
public function StiPdf417(inputData:String, mode:int, errorCorrectionLevel:int, columns:int, rows:int, autoColumns:Boolean, autoRows:Boolean, aspectRatio:Number, ratioY:int)



Parameters
inputData:String
 
mode:int
 
errorCorrectionLevel:int
 
columns:int
 
rows:int
 
autoColumns:Boolean
 
autoRows:Boolean
 
aspectRatio:Number
 
ratioY:int