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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

ImagegetImage()
Gets an Image with the barcode.
floatgetYHeight()
Gets the Y pixel height relative to X.
voidsetText(byte[] text)
Sets the bytes that form the barcode.
voidsetText(String s)
Sets the text that will form the barcode.