Table of Contents

Class Code128Writer

Namespace
ZXing.OneD
Assembly
zxing.dll

This object renders a CODE128 code as a BitMatrix.

erik.barbara@gmail.com (Erik Barbara)

public sealed class Code128Writer : OneDimensionalCodeWriter, Writer
Inheritance
Code128Writer
Implements
Inherited Members

Constructors

Code128Writer()

public Code128Writer()

Properties

SupportedWriteFormats

returns supported formats

protected override IList<BarcodeFormat> SupportedWriteFormats { get; }

Property Value

IList<BarcodeFormat>

Methods

encode(string)

Encode the contents following specified format.

public override bool[] encode(string contents)

Parameters

contents string

Returns

bool[]

encode(string, IDictionary<EncodeHintType, object>)

starts encoding

protected override bool[] encode(string contents, IDictionary<EncodeHintType, object> hints)

Parameters

contents string
hints IDictionary<EncodeHintType, object>

Returns

bool[]