Table of Contents

Class BarcodeWriterExtensions

Namespace
ZXing
Assembly
zxing.dll

extensions methods which are working directly on any BarcodeWriterGeneric implementation

public static class BarcodeWriterExtensions
Inheritance
BarcodeWriterExtensions
Inherited Members

Methods

WriteAsWriteableBitmap(IBarcodeWriterGeneric, string)

uses the BarcodeWriterGeneric implementation and the WriteableBitmapRenderer class for decoding

public static WriteableBitmap WriteAsWriteableBitmap(this IBarcodeWriterGeneric writer, string content)

Parameters

writer IBarcodeWriterGeneric
content string

Returns

WriteableBitmap