Class PlesseyWriter
This object renders a Plessey code as a BitMatrix.
public sealed class PlesseyWriter : OneDimensionalCodeWriter, Writer
- Inheritance
-
PlesseyWriter
- Implements
- Inherited Members
Constructors
PlesseyWriter()
public PlesseyWriter()
Properties
SupportedWriteFormats
returns the list of supported formats
protected override IList<BarcodeFormat> SupportedWriteFormats { get; }
Property Value
Methods
encode(string)
Encode the contents to byte array expression of one-dimensional barcode.
Start code and end code should be included in result, and side margins should not be included.
public override bool[] encode(string contents)
Parameters
contents
string
Returns
- bool[]