Click or drag to resize

BarcodeEncodedMatrix Property

Gets the encoded data as a two dimensional bit matrix for 2D barcodes.

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public BitMatrix EncodedMatrix { get; }

Property Value

Type: BitMatrix
See Also