Table of Contents

Class EAN13Writer

Namespace
ZXing.OneD
Assembly
zxing.dll

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

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

Constructors

EAN13Writer()

public EAN13Writer()

Properties

SupportedWriteFormats

returns supported formats

protected override IList<BarcodeFormat> SupportedWriteFormats { get; }

Property Value

IList<BarcodeFormat>

Methods

encode(string)

Encode the contents to byte 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 boolean[]} of horizontal pixels (false = white, true = black)

public override bool[] encode(string contents)

Parameters

contents string

Returns

bool[]