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
/
Dimensions
Dimensions
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.
Members
Constructors
Dimensions
Link copied to clipboard
constructor
(
minCols
:
Int
,
maxCols
:
Int
,
minRows
:
Int
,
maxRows
:
Int
)
Functions
get
Max
Cols
Link copied to clipboard
fun
getMaxCols
(
)
:
Int
get
Max
Rows
Link copied to clipboard
fun
getMaxRows
(
)
:
Int
get
Min
Cols
Link copied to clipboard
fun
getMinCols
(
)
:
Int
get
Min
Rows
Link copied to clipboard
fun
getMinRows
(
)
:
Int