C# Class ZXing.OneD.Code93Writer

Inheritance: OneDimensionalCodeWriter
Afficher le fichier Open project: Redth/ZXing.Net.Mobile

Méthodes publiques

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

Méthodes protégées

Méthode Description
appendPattern ( bool target, int pos, int pattern, bool startColor ) : int

Private Methods

Méthode Description
computeChecksumIndex ( String contents, int maxWeight ) : int
toIntArray ( int a, int toReturn ) : void

Method Details

appendPattern() protected static méthode

protected static appendPattern ( bool target, int pos, int pattern, bool startColor ) : int
target bool
pos int
pattern int
startColor bool
Résultat int

encode() public méthode

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
Résultat ZXing.Common.BitMatrix

encode() public méthode

public encode ( String contents ) : bool[]
contents String
Résultat bool[]