Class Code39Writer
This object renders a CODE39 code as a BitMatrix.
public sealed class Code39Writer : OneDimensionalCodeWriter, Writer
- Inheritance
-
Code39Writer
- Implements
- Inherited Members
Constructors
Code39Writer()
public Code39Writer()
Properties
SupportedWriteFormats
returns 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[]