Class Code128Writer
This object renders a CODE128 code as a BitMatrix.
public sealed class Code128Writer : OneDimensionalCodeWriter, Writer
- Inheritance
-
Code128Writer
- Implements
- Inherited Members
Constructors
Code128Writer()
public Code128Writer()
Properties
SupportedWriteFormats
returns supported formats
protected override IList<BarcodeFormat> SupportedWriteFormats { get; }
Property Value
Methods
encode(string)
Encode the contents following specified format.
public override bool[] encode(string contents)
Parameters
contents
string
Returns
- bool[]
encode(string, IDictionary<EncodeHintType, object>)
starts encoding
protected override bool[] encode(string contents, IDictionary<EncodeHintType, object> hints)
Parameters
contents
stringhints
IDictionary<EncodeHintType, object>
Returns
- bool[]