Table of Contents

Class PlesseyWriter

Namespace
ZXing.OneD
Assembly
zxing.dll

This object renders a Plessey code as a BitMatrix.

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

Constructors

PlesseyWriter()

public PlesseyWriter()

Properties

SupportedWriteFormats

returns the list of 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[]