Table of Contents

Enum SymbolShapeHint

Namespace
ZXing.Datamatrix.Encoder
Assembly
zxing.dll

Enumeration for DataMatrix symbol shape hint. It can be used to force square or rectangular symbols.

public enum SymbolShapeHint

Fields

FORCE_NONE = 0

doesn't force anything

FORCE_RECTANGLE = 2

forces rectangle image

FORCE_SQUARE = 1

forces square image