Class BarcodeMetadata
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
Properties
ColumnCount
column count
public int ColumnCount { get; }
Property Value
ErrorCorrectionLevel
error correction level
public int ErrorCorrectionLevel { get; }
Property Value
RowCount
row count
public int RowCount { get; }
Property Value
RowCountLower
row count lower
public int RowCountLower { get; }
Property Value
RowCountUpper
row count upper
public int RowCountUpper { get; }