Table of Contents

Class EAN8Writer

Namespace
ZXing.OneD
Assembly
zxing.dll

This object renders an EAN8 code as a BitMatrix. aripollak@gmail.com (Ari Pollak)

public sealed class EAN8Writer : UPCEANWriter, Writer
Inheritance
EAN8Writer
Implements
Inherited Members

Constructors

EAN8Writer()

public EAN8Writer()

Properties

SupportedWriteFormats

returns supported formats

protected override IList<BarcodeFormat> SupportedWriteFormats { get; }

Property Value

IList<BarcodeFormat>

Methods

encode(string)

public override bool[] encode(string contents)

Parameters

contents string

Returns

bool[]

a byte array of horizontal pixels (false = white, true = black)