UPCAWriter

This object renders a UPC-A code as a BitMatrix.

Constructors

Link copied to clipboard
constructor()

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