Class Code93Writer
This object renders a CODE93 code as a BitMatrix
public class Code93Writer : OneDimensionalCodeWriter, Writer
- Inheritance
-
Code93Writer
- Implements
- Inherited Members
Constructors
Code93Writer()
public Code93Writer()
Properties
SupportedWriteFormats
returns supported formats
protected override IList<BarcodeFormat> SupportedWriteFormats { get; }
Property Value
Methods
appendPattern(bool[], int, int[], bool)
[Obsolete("without replacement; intended as an internal-only method")]
protected static int appendPattern(bool[] target, int pos, int[] pattern, bool startColor)
Parameters
target
bool[]output to append to
pos
intstart position
pattern
int[]pattern to append
startColor
boolunused
Returns
- int
9
encode(string)
public override bool[] encode(string contents)
Parameters
contents
stringbarcode contents to encode.It should not be encoded for extended characters.
Returns
- bool[]
a { @code bool[]} of horizontal pixels(false = white, true = black)