Table of Contents

Class UPCEWriter

Namespace
ZXing.OneD
Assembly
zxing.dll

This object renders an UPC-E code as a {@link BitMatrix}. @author 0979097955s@gmail.com (RX)

public class UPCEWriter : UPCEANWriter, Writer
Inheritance
UPCEWriter
Implements
Inherited Members

Constructors

UPCEWriter()

public UPCEWriter()

Properties

SupportedWriteFormats

returns supported formats

protected override IList<BarcodeFormat> SupportedWriteFormats { get; }

Property Value

IList<BarcodeFormat>

Methods

encode(string)

content encoding method

public override bool[] encode(string contents)

Parameters

contents string

Returns

bool[]