 | BitMatrixItem Property |
Gets or sets the value at the specified row and column index.
Namespace:
Opait.Barcoder.Api
Assembly:
Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntaxpublic bool this[
int row,
int column
] { get; set; }
Parameters
- row
- Type: SystemInt32
The row index. - column
- Type: SystemInt32
The column index.
Property Value
Type:
Boolean
See Also