AztecWriter
Renders an Aztec code as a BitMatrix.
Functions
Link copied to clipboard
open override fun encode(contents: String, format: BarcodeFormat, width: Int, height: Int): BitMatrix
Encode a barcode using the default settings.
open override fun encode(contents: String, format: BarcodeFormat, width: Int, height: Int, hints: Map<EncodeHintType, *>?): BitMatrix