 | BitMatrixItem Property |
Gets or sets the value at the specified row and column index.
Namespace:
Opait.Barcode
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.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