com.stimulsoft.report.barCodes
Class StiPdf417BarCodeType.StiPdf417

java.lang.Object
  extended by com.stimulsoft.report.barCodes.StiPdf417BarCodeType.StiPdf417
Enclosing class:
StiPdf417BarCodeType

protected static class StiPdf417BarCodeType.StiPdf417
extends java.lang.Object


Constructor Summary
StiPdf417BarCodeType.StiPdf417(java.lang.String inputData, StiPdf417EncodingMode mode)
           
StiPdf417BarCodeType.StiPdf417(java.lang.String inputData, StiPdf417EncodingMode mode, StiPdf417ErrorsCorrectionLevel errorCorrectionLevel, int columns, int rows, boolean autoColumns, boolean autoRows, double aspectRatio, int ratioY)
           
 
Method Summary
 java.lang.String getErrorMessage()
           
 int[] getMatrix()
          The raw image bits of the barcode
 int getMatrixHeight()
          The number of barcode rows
 int getMatrixWidth()
          The number of X pixels of Matrix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiPdf417BarCodeType.StiPdf417

public StiPdf417BarCodeType.StiPdf417(java.lang.String inputData,
                                      StiPdf417EncodingMode mode)

StiPdf417BarCodeType.StiPdf417

public StiPdf417BarCodeType.StiPdf417(java.lang.String inputData,
                                      StiPdf417EncodingMode mode,
                                      StiPdf417ErrorsCorrectionLevel errorCorrectionLevel,
                                      int columns,
                                      int rows,
                                      boolean autoColumns,
                                      boolean autoRows,
                                      double aspectRatio,
                                      int ratioY)
Method Detail

getMatrix

public final int[] getMatrix()
The raw image bits of the barcode


getMatrixWidth

public final int getMatrixWidth()
The number of X pixels of Matrix


getMatrixHeight

public final int getMatrixHeight()
The number of barcode rows


getErrorMessage

public final java.lang.String getErrorMessage()


Copyright © 2018 Stimulsoft. All Rights Reserved.