Table of Contents

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 string

the codewords to place

numcols int

the number of columns

numrows int

the number of rows

Properties

Bits

bits

public byte[] Bits { get; }

Property Value

byte[]

Numcols

num cols

public int Numcols { get; }

Property Value

int

Numrows

num rows

public int Numrows { get; }

Property Value

int

Methods

getBit(int, int)

get a specific bit

public bool getBit(int col, int row)

Parameters

col int
row int

Returns

bool

place()

place

public void place()