C# 클래스 ZXing.Datamatrix.DataMatrixWriter

This object renders a Data Matrix code as a BitMatrix 2D array of greyscale values.
상속: Writer
파일 보기 프로젝트 열기: Redth/ZXing.Net.Mobile

공개 메소드들

메소드 설명
encode ( String contents, BarcodeFormat format, int width, int height ) : BitMatrix
encode ( String contents, BarcodeFormat format, int width, int height, object>.IDictionary hints ) : BitMatrix

비공개 메소드들

메소드 설명
convertByteMatrixToBitMatrix ( ByteMatrix matrix ) : BitMatrix

Convert the ByteMatrix to BitMatrix.

encodeLowLevel ( DefaultPlacement placement, SymbolInfo symbolInfo ) : BitMatrix

Encode the given symbol info to a bit matrix.

메소드 상세

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