Table of Contents

Class ITFWriter

Namespace
ZXing.OneD
Assembly
zxing.dll

This object renders a ITF code as a BitMatrix.

erik.barbara@gmail.com (Erik Barbara)

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

Constructors

ITFWriter()

public ITFWriter()

Properties

SupportedWriteFormats

returns supported formats

protected override IList<BarcodeFormat> SupportedWriteFormats { get; }

Property Value

IList<BarcodeFormat>

Methods

encode(string)

Encode the contents to bool array expression of one-dimensional barcode. Start code and end code should be included in result, and side margins should not be included. a {@code bool[]} of horizontal pixels (false = white, true = black)

public override bool[] encode(string contents)

Parameters

contents string

Returns

bool[]