Table of Contents

Class MSIWriter

Namespace
ZXing.OneD
Assembly
zxing.dll

This object renders a MSI code as a BitMatrix.

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

Constructors

MSIWriter()

public MSIWriter()

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[]