C# Класс zxingwp7.MultiFormatWriter

This is a factory class which finds the appropriate Writer subclass for the BarcodeFormat requested and encodes the barcode with the supplied contents.
Наследование: Writer
Показать файл Открыть проект

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

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

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

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

public encode ( String contents, BarcodeFormat format, int width, int height ) : ByteMatrix
contents String
format BarcodeFormat
width int
height int
Результат zxingwp7.common.ByteMatrix

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

public encode ( String contents, BarcodeFormat format, int width, int height, Object>.Dictionary hints ) : ByteMatrix
contents String
format BarcodeFormat
width int
height int
hints Object>.Dictionary
Результат zxingwp7.common.ByteMatrix