Table of Contents

Interface IBarcodeWriterPixelData

Namespace
ZXing
Assembly
zxing.dll

Interface for a smart class to encode some content into a barcode

public interface IBarcodeWriterPixelData

Methods

Write(string)

Creates a visual representation of the contents

PixelData Write(string contents)

Parameters

contents string

Returns

PixelData

Write(BitMatrix)

Returns a rendered instance of the barcode which is given by a BitMatrix.

PixelData Write(BitMatrix matrix)

Parameters

matrix BitMatrix

Returns

PixelData