Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BarcodeMetadata

author

Guenther Grau

Hierarchy

  • BarcodeMetadata

Index

Constructors

constructor

  • new BarcodeMetadata(columnCount: int, rowCountUpperPart: int, rowCountLowerPart: int, errorCorrectionLevel: int): BarcodeMetadata

Properties

Private columnCount

columnCount: int

Private errorCorrectionLevel

errorCorrectionLevel: int

Private rowCount

rowCount: int

Private rowCountLowerPart

rowCountLowerPart: int

Private rowCountUpperPart

rowCountUpperPart: int

Methods

getColumnCount

  • getColumnCount(): int

getErrorCorrectionLevel

  • getErrorCorrectionLevel(): int

getRowCount

  • getRowCount(): int

getRowCountLowerPart

  • getRowCountLowerPart(): int

getRowCountUpperPart

  • getRowCountUpperPart(): int

Generated using TypeDoc