Java com.itextpdf.text.pdf BarcodePDF417 fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf BarcodePDF417 fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf BarcodePDF417.

The text is from its open source code.

Field

intPDF417_FORCE_BINARY
One single binary segment is used

Constructor

BarcodePDF417()
Creates a new BarcodePDF417 with the default settings.

Method

java.awt.ImagecreateAwtImage(java.awt.Color foreground, java.awt.Color background)
Creates a java.awt.Image.
ImagegetImage()
Gets an Image with the barcode.
voidsetCodeColumns(int codeColumns)
Sets the number of barcode data columns.
voidsetCodeRows(int codeRows)
Sets the number of barcode rows.
voidsetErrorLevel(int errorLevel)
Sets the error level correction for the barcode.
voidsetOptions(int options)
Sets the options to generate the barcode.
voidsetText(byte[] text)
Sets the bytes that form the barcode.
voidsetText(String s)
Sets the text that will form the barcode.