Class Codeword
A Codeword in the PDF417 barcode
public sealed class Codeword
- Inheritance
-
Codeword
- Inherited Members
Constructors
Codeword(int, int, int, int)
Initializes a new instance of the Codeword class.
public Codeword(int startX, int endX, int bucket, int value)
Parameters
Properties
Bucket
bucket
public int Bucket { get; }
Property Value
EndX
end of x coordinates
public int EndX { get; }
Property Value
HasValidRowNumber
Gets a value indicating whether this instance has valid row number.
public bool HasValidRowNumber { get; }
Property Value
- bool
true
if this instance has valid row number; otherwise,false
.
RowNumber
row number
public int RowNumber { get; set; }
Property Value
StartX
start of x coordinates
public int StartX { get; }
Property Value
Value
value
public int Value { get; }
Property Value
Width
Gets the width.
public int Width { get; }
Property Value
- int
The width.
Methods
IsValidRowNumber(int)
Determines whether this instance is valid row number the specified rowNumber.
public bool IsValidRowNumber(int rowNumber)
Parameters
rowNumber
intRow number.
Returns
- bool
true
if this instance is valid row number the specified rowNumber; otherwise,false
.
ToString()
public override string ToString()
Returns
setRowNumberAsRowIndicatorColumn()
Sets the row number as the row's indicator column.
public void setRowNumberAsRowIndicatorColumn()