Table of Contents

Interface IBarcodeWriterSvg

Namespace
ZXing
Assembly
zxing.dll

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

public interface IBarcodeWriterSvg

Methods

Write(string)

Creates a visual representation of the contents

SvgRenderer.SvgImage Write(string contents)

Parameters

contents string

Returns

SvgRenderer.SvgImage

Write(BitMatrix)

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

SvgRenderer.SvgImage Write(BitMatrix matrix)

Parameters

matrix BitMatrix

Returns

SvgRenderer.SvgImage