Search
Preparing search index...
The search index is not available
@zxing/library - v0.18.3
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Home
core/pdf417/decoder
BarcodeMetadata
Class BarcodeMetadata
author
Guenther Grau
Hierarchy
BarcodeMetadata
Index
Constructors
constructor
Properties
column
Count
error
Correction
Level
row
Count
row
Count
Lower
Part
row
Count
Upper
Part
Methods
get
Column
Count
get
Error
Correction
Level
get
Row
Count
get
Row
Count
Lower
Part
get
Row
Count
Upper
Part
Constructors
constructor
new
Barcode
Metadata
(
columnCount
:
int
, rowCountUpperPart
:
int
, rowCountLowerPart
:
int
, errorCorrectionLevel
:
int
)
:
BarcodeMetadata
Parameters
columnCount:
int
rowCountUpperPart:
int
rowCountLowerPart:
int
errorCorrectionLevel:
int
Returns
BarcodeMetadata
Properties
Private
column
Count
column
Count
:
int
Private
error
Correction
Level
error
Correction
Level
:
int
Private
row
Count
row
Count
:
int
Private
row
Count
Lower
Part
row
Count
Lower
Part
:
int
Private
row
Count
Upper
Part
row
Count
Upper
Part
:
int
Methods
get
Column
Count
get
Column
Count
(
)
:
int
Returns
int
get
Error
Correction
Level
get
Error
Correction
Level
(
)
:
int
Returns
int
get
Row
Count
get
Row
Count
(
)
:
int
Returns
int
get
Row
Count
Lower
Part
get
Row
Count
Lower
Part
(
)
:
int
Returns
int
get
Row
Count
Upper
Part
get
Row
Count
Upper
Part
(
)
:
int
Returns
int
Getting
Started
Quick
Start
Examples
Multi
Format
Reader
core/pdf417/decoder
Mode
Barcode
Metadata
constructor
column
Count
error
Correction
Level
row
Count
row
Count
Lower
Part
row
Count
Upper
Part
get
Column
Count
get
Error
Correction
Level
get
Row
Count
get
Row
Count
Lower
Part
get
Row
Count
Upper
Part
Barcode
Value
Bounding
Box
Codeword
Decoded
Bit
Stream
Parser
Detection
Result
Detection
Result
Column
Detection
Result
Row
Indicator
Column
PDF417
Codeword
Decoder
PDF417
Scanning
Decoder
Big
Integer
create
Big
Int
get
Big
Int
Constructor
getEXP900
Generated using
TypeDoc
Guenther Grau