public interface CodePDF417Util extends BarcodeUtil
| Modifier and Type | Method and Description | 
|---|---|
| int | getColumns()Gets the number of data columns for the barcode. | 
| boolean | getECIEnabled()Indicates whether the generation of ECI sequences is enabled. | 
| String | getEncoding()Returns the message encoding. | 
| int | getErrorCorrectionLevel()Gets the error correction level for the barcode. | 
| int | getMaximumColumns()Gets the maximum number of columns. | 
| int | getMaximumRows()Gets the maximum number of rows. | 
| int | getMinimumColumns()Gets the minimum number of columns. | 
| int | getMinimumRows()Gets the minimum number of rows. | 
| double | getRowHeight()Returns the height of the rows. | 
| double | getWidthToHeightRatio()Gets the ratio of the barcode width to the height. | 
| void | setColumns(int columns)Sets the number of data columns for the barcode. | 
| void | setECIEnabled(boolean enable)Controls whether ECI sequences are generated for the output encoding. | 
| void | setEncoding(String encoding)Sets the message encoding. | 
| void | setErrorCorrectionLevel(int level)Sets the error correction level for the barcode. | 
| void | setMaximumColumns(int maxColumns)Sets the maximum number of columns. | 
| void | setMaximumRows(int maxRows)Sets the maximum number of rows. | 
| void | setMinimumColumns(int minColumns)Sets the minimum number of columns. | 
| void | setMinimumRows(int minRows)Sets the minimum of rows. | 
| void | setRowHeight(double rowHeight)Sets the height of the rows. | 
| void | setWidthToHeightRatio(double ratio)Sets the ratio of the barcode width to the height. | 
doQuietZone, drawBarcode, getBarHeight, getBarWidth, getFont, getHeight, getModuleWidth, getPattern, getQuietZoneWidth, getVerticalQuietZone, hasQuietZone, setBarHeight, setFont, setHeight, setMessagePosition, setModuleWidth, setPattern, setQuietZoneWidth, setVerticalQuietZonevoid setColumns(int columns)
columns - The number of columns.void setECIEnabled(boolean enable)
enable - True to enable the generation of ECI sequences.void setEncoding(String encoding)
encoding - The message encoding.void setErrorCorrectionLevel(int level)
level - The error correction level (a value between 0 and 8).void setMaximumColumns(int maxColumns)
maxColumns - The maximum number of columns.void setMaximumRows(int maxRows)
maxRows - The maximum number of rows.void setMinimumColumns(int minColumns)
minColumns - The minimum number of columns.void setMinimumRows(int minRows)
minRows - The minimum of rows to set.void setRowHeight(double rowHeight)
rowHeight - The height of the rows (in pixels).void setWidthToHeightRatio(double ratio)
ratio - The ratio of the barcode width to the height.int getColumns()
boolean getECIEnabled()
String getEncoding()
int getErrorCorrectionLevel()
int getMaximumColumns()
int getMaximumRows()
int getMinimumColumns()
int getMinimumRows()
double getRowHeight()
double getWidthToHeightRatio()
				© 2016 ZIH Corp. All Rights Reserved.