C# Class ZXing.OneD.Code93Writer

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[]

Protected Methods

Method Description
appendPattern ( bool target, int pos, int pattern, bool startColor ) : int

Private Methods

Method Description
computeChecksumIndex ( String contents, int maxWeight ) : int
toIntArray ( int a, int toReturn ) : void

Method Details

appendPattern() protected static method

protected static appendPattern ( bool target, int pos, int pattern, bool startColor ) : int
target bool
pos int
pattern int
startColor bool
return int

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[]