C# Класс ZXing.Datamatrix.DataMatrixWriter

This object renders a Data Matrix code as a BitMatrix 2D array of greyscale values.
Наследование: Writer
Показать файл Открыть проект

Открытые методы

Метод Описание
encode ( String contents, BarcodeFormat format, int width, int height ) : BitMatrix
encode ( String contents, BarcodeFormat format, int width, int height, object>.IDictionary hints ) : BitMatrix

Приватные методы

Метод Описание
convertByteMatrixToBitMatrix ( ByteMatrix matrix ) : BitMatrix

Convert the ByteMatrix to BitMatrix.

encodeLowLevel ( DefaultPlacement placement, SymbolInfo symbolInfo ) : BitMatrix

Encode the given symbol info to a bit matrix.

Описание методов

encode() публичный Метод

public encode ( String contents, BarcodeFormat format, int width, int height ) : BitMatrix
contents String
format BarcodeFormat
width int
height int
Результат ZXing.Common.BitMatrix

encode() публичный Метод

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
Результат ZXing.Common.BitMatrix