Class StringRenderer
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
Foreground
Foreground/filled Char.
public char Foreground { get; set; }
Property Value
LineFeed
public string LineFeed { get; set; }
Property Value
Methods
Render(BitMatrix, BarcodeFormat, string)
[CLSCompliant(false)]
public string Render(BitMatrix matrix, BarcodeFormat format, string content)
Parameters
matrix
BitMatrixformat
BarcodeFormatcontent
string
Returns
Render(BitMatrix, BarcodeFormat, string, EncodingOptions)
[CLSCompliant(false)]
public string Render(BitMatrix matrix, BarcodeFormat format, string content, EncodingOptions options)
Parameters
matrix
BitMatrixformat
BarcodeFormatcontent
stringoptions
EncodingOptions