Added in Version 1.0.0

Pdf417Parameter

PDF417 setting parameters

Constructor

Pdf417Parameter(content: String)

Initialize object

Property

content

PDF417 data

column

Number of columns

line

Number of lines

module

Module X direction size

aspect

Aspect ratio

level

PDF417 ECC (security level)

Method

setColumn(column: Int)

Set the number of columns

setLine(line: Int)

Set the number of lines

setModule(module: Int)

Set the module X direction size

setAspect(aspect: Int)

Set the aspect ratio

setLevel(level: Pdf417Level)

Set PDF417 ECC (security level)

Note

  • A line break is automatically added after the 2D code is printed.

  • If a 2D code that does not fit in the printing area is specified, the printing data for the 2D code is not generated. (Except for TSP100II and TSP100III series)