c# - iTextSharp DataMatrix barcode capacity -
i have specification implement datamatrix barcodes using 16x36 size. i'm using c# itextsharp library has barcodedatamatrix class.
given these barcode dimensions, specified capacities are:
- numeric: 64
- alphanumeric: 46
- byte: 30
this taken site:
the requirement store 46 character string in 16x36 symbol.
i'm having hard time understanding how can encode 46 byte string in such way fits 30 bytes.