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
파일 보기 프로젝트 열기: Redth/ZXing.Net.Mobile 1 사용 예제들

공개 메소드들

메소드 설명
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