Class DefaultPlacement
- Namespace
- ZXing.Datamatrix.Encoder
- Assembly
- zxing.dll
Symbol Character Placement Program. Adapted from Annex M.1 in ISO/IEC 16022:2000(E).
public class DefaultPlacement
- Inheritance
-
DefaultPlacement
- Inherited Members
Constructors
DefaultPlacement(string, int, int)
Main constructor
public DefaultPlacement(string codewords, int numcols, int numrows)
Parameters
codewords
stringthe codewords to place
numcols
intthe number of columns
numrows
intthe number of rows
Properties
Bits
bits
public byte[] Bits { get; }
Property Value
- byte[]
Numcols
num cols
public int Numcols { get; }
Property Value
Numrows
num rows
public int Numrows { get; }
Property Value
Methods
getBit(int, int)
get a specific bit
public bool getBit(int col, int row)
Parameters
Returns
place()
place
public void place()