KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr
/
io.github.yuroyami.kiteqr.pdf417.encoder
/
PDF417
PDF417
class
PDF417
Top-level class for the logic part of the PDF417 implementation.
Members
Constructors
PDF417
Link copied to clipboard
constructor
(
)
constructor
(
compact
:
Boolean
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
generate
Barcode
Logic
Link copied to clipboard
fun
generateBarcodeLogic
(
msg
:
String
,
errorCorrectionLevel
:
Int
)
fun
generateBarcodeLogic
(
msg
:
String
,
errorCorrectionLevel
:
Int
,
autoECI
:
Boolean
)
get
Barcode
Matrix
Link copied to clipboard
fun
getBarcodeMatrix
(
)
:
BarcodeMatrix
set
Compact
Link copied to clipboard
fun
setCompact
(
compact
:
Boolean
)
set
Compaction
Link copied to clipboard
fun
setCompaction
(
compaction
:
Compaction
)
set
Dimensions
Link copied to clipboard
fun
setDimensions
(
maxCols
:
Int
,
minCols
:
Int
,
maxRows
:
Int
,
minRows
:
Int
)
Sets max/min row/col values
set
Encoding
Link copied to clipboard
fun
setEncoding
(
encoding
:
KiteCharset
?
)