C# Класс ZXing.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 ) : BitMatrix
encode ( String contents, BarcodeFormat format, int width, int height, object>.IDictionary hints ) : BitMatrix

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

Метод Описание
MultiFormatWriter ( ) : System

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

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