Table of Contents

Class StringRenderer

Namespace
ZXing.Rendering
Assembly
zxing.dll

Renders a BitMatrix to a string

public class StringRenderer : IBarcodeRenderer<string>
Inheritance
StringRenderer
Implements
Inherited Members

Constructors

StringRenderer()

public StringRenderer()

Properties

Background

Background/blank Char.

public char Background { get; set; }

Property Value

char

Foreground

Foreground/filled Char.

public char Foreground { get; set; }

Property Value

char

LineFeed

public string LineFeed { get; set; }

Property Value

string

Methods

Render(BitMatrix, BarcodeFormat, string)

[CLSCompliant(false)]
public string Render(BitMatrix matrix, BarcodeFormat format, string content)

Parameters

matrix BitMatrix
format BarcodeFormat
content string

Returns

string

Render(BitMatrix, BarcodeFormat, string, EncodingOptions)

[CLSCompliant(false)]
public string Render(BitMatrix matrix, BarcodeFormat format, string content, EncodingOptions options)

Parameters

matrix BitMatrix
format BarcodeFormat
content string
options EncodingOptions

Returns

string