C# Class ZXing.OneD.Code128Writer

This object renders a CODE128 code as a BitMatrix. [email protected] (Erik Barbara)
Inheritance: OneDimensionalCodeWriter
Exibir arquivo Open project: Redth/ZXing.Net.Mobile

Public Methods

Method Description
encode ( String contents, BarcodeFormat format, int width, int height, object>.IDictionary hints ) : BitMatrix
encode ( String contents ) : bool[]

Private Methods

Method Description
chooseCode ( String value, int start, int oldCode ) : int
findCType ( String value, int start ) : CType

Method Details

encode() public method

public encode ( String contents, BarcodeFormat format, int width, int height, object>.IDictionary hints ) : BitMatrix
contents String
format BarcodeFormat
width int
height int
hints object>.IDictionary
return ZXing.Common.BitMatrix

encode() public method

public encode ( String contents ) : bool[]
contents String
return bool[]