Table of Contents

Class BarcodeMetadata

Namespace
ZXing.PDF417.Internal
Assembly
zxing.dll

Metadata about a PDF417 Barcode

public sealed class BarcodeMetadata
Inheritance
BarcodeMetadata
Inherited Members

Constructors

BarcodeMetadata(int, int, int, int)

initializing constructor

public BarcodeMetadata(int columnCount, int rowCountUpperPart, int rowCountLowerPart, int errorCorrectionLevel)

Parameters

columnCount int
rowCountUpperPart int
rowCountLowerPart int
errorCorrectionLevel int

Properties

ColumnCount

column count

public int ColumnCount { get; }

Property Value

int

ErrorCorrectionLevel

error correction level

public int ErrorCorrectionLevel { get; }

Property Value

int

RowCount

row count

public int RowCount { get; }

Property Value

int

RowCountLower

row count lower

public int RowCountLower { get; }

Property Value

int

RowCountUpper

row count upper

public int RowCountUpper { get; }

Property Value

int