C# Class ZXing.Datamatrix.DataMatrixWriter

This object renders a Data Matrix code as a BitMatrix 2D array of greyscale values.
Inheritance: Writer
Afficher le fichier Open project: Redth/ZXing.Net.Mobile

Méthodes publiques

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

Private Methods

Méthode Description
convertByteMatrixToBitMatrix ( ByteMatrix matrix ) : BitMatrix

Convert the ByteMatrix to BitMatrix.

encodeLowLevel ( DefaultPlacement placement, SymbolInfo symbolInfo ) : BitMatrix

Encode the given symbol info to a bit matrix.

Method Details

encode() public méthode

public encode ( String contents, BarcodeFormat format, int width, int height ) : BitMatrix
contents String
format BarcodeFormat
width int
height int
Résultat ZXing.Common.BitMatrix

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