C# Class 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.
Inheritance: Writer
显示文件 Open project: Redth/ZXing.Net.Mobile Class Usage Examples

Public Methods

Method 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

Method Description
MultiFormatWriter ( ) : System

Method Details

encode() public method

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

encode() public method

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
return ZXing.Common.BitMatrix