C# Класс ZXing.QrCode.QRCodeWriter

This object renders a QR Code as a BitMatrix 2D array of greyscale values. [email protected] (Daniel Switkin)
Наследование: Writer
Показать файл Открыть проект Примеры использования класса

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

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

Encode a barcode using the default settings.

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

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

Метод Описание
renderResult ( QRCode code, int width, int height, int quietZone ) : BitMatrix

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

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

Encode a barcode using the default settings.
public encode ( String contents, BarcodeFormat format, int width, int height ) : BitMatrix
contents String The contents to encode in the barcode
format BarcodeFormat The barcode format to generate
width int The preferred width in pixels
height int The preferred height in pixels
Результат ZXing.Common.BitMatrix

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

public encode ( String contents, BarcodeFormat format, int width, int height, object>.IDictionary hints ) : BitMatrix
contents String The contents to encode in the barcode
format BarcodeFormat The barcode format to generate
width int The preferred width in pixels
height int The preferred height in pixels
hints object>.IDictionary Additional parameters to supply to the encoder
Результат ZXing.Common.BitMatrix