Class EAN8Writer
This object renders an EAN8 code as a BitMatrix.
public sealed class EAN8Writer : UPCEANWriter, Writer
- Inheritance
-
EAN8Writer
- Implements
- Inherited Members
Constructors
EAN8Writer()
public EAN8Writer()
Properties
SupportedWriteFormats
returns supported formats
protected override IList<BarcodeFormat> SupportedWriteFormats { get; }
Property Value
Methods
encode(string)
public override bool[] encode(string contents)
Parameters
contents
string
Returns
- bool[]
a byte array of horizontal pixels (false = white, true = black)