Table of Contents

Class Code93Writer

Namespace
ZXing.OneD
Assembly
zxing.dll

This object renders a CODE93 code as a BitMatrix

public class Code93Writer : OneDimensionalCodeWriter, Writer
Inheritance
Code93Writer
Implements
Inherited Members

Constructors

Code93Writer()

public Code93Writer()

Properties

SupportedWriteFormats

returns supported formats

protected override IList<BarcodeFormat> SupportedWriteFormats { get; }

Property Value

IList<BarcodeFormat>

Methods

appendPattern(bool[], int, int[], bool)

[Obsolete("without replacement; intended as an internal-only method")]
protected static int appendPattern(bool[] target, int pos, int[] pattern, bool startColor)

Parameters

target bool[]

output to append to

pos int

start position

pattern int[]

pattern to append

startColor bool

unused

Returns

int

9

encode(string)

public override bool[] encode(string contents)

Parameters

contents string

barcode contents to encode.It should not be encoded for extended characters.

Returns

bool[]

a { @code bool[]} of horizontal pixels(false = white, true = black)