PDF417

class PDF417

Top-level class for the logic part of the PDF417 implementation.

Constructors

Link copied to clipboard
constructor()
constructor(compact: Boolean)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun generateBarcodeLogic(msg: String, errorCorrectionLevel: Int)
fun generateBarcodeLogic(msg: String, errorCorrectionLevel: Int, autoECI: Boolean)
Link copied to clipboard
Link copied to clipboard
fun setCompact(compact: Boolean)
Link copied to clipboard
fun setCompaction(compaction: Compaction)
Link copied to clipboard
fun setDimensions(maxCols: Int, minCols: Int, maxRows: Int, minRows: Int)

Sets max/min row/col values

Link copied to clipboard
fun setEncoding(encoding: KiteCharset?)