public interface CodePDF417Util extends BarcodeUtil
| Modifier and Type | Method and Description |
|---|---|
void |
setCompactionMode(com.google.zxing.pdf417.encoder.Compaction compaction)
Sets the compaction mode.
|
void |
setDimensions(com.google.zxing.pdf417.encoder.Dimensions dimension)
Sets the minimum and maximum number of rows and columns.
|
void |
setErrorCorrectionLevel(int level)
Sets the error correction level.
|
void |
setShouldCompact(boolean compact)
Sets whether or not to use compact mode.
|
drawBarcode, getFont, getMargin, getTextSize, setCharacterSet, setFont, setMargin, setMessagePosition, setTextSizevoid setErrorCorrectionLevel(int level)
level - The error correction level (0-8).void setDimensions(com.google.zxing.pdf417.encoder.Dimensions dimension)
dimension - The dimensions.void setShouldCompact(boolean compact)
compact - True to compact, else false.void setCompactionMode(com.google.zxing.pdf417.encoder.Compaction compaction)
compaction - The compaction mode.
© 2017 ZIH Corp. All Rights Reserved.