Package-level declarations

Types

Link copied to clipboard

Holds all of the information for a barcode in a format where it can be easily accessible

Link copied to clipboard

Represents possible PDF417 barcode compaction types.

Link copied to clipboard
class Dimensions(minCols: Int, maxCols: Int, minRows: Int, maxRows: Int)

Data object to specify the minimum and maximum number of rows and columns for a PDF417 barcode.

Link copied to clipboard
class PDF417

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