C# 클래스 ZXing.PDF417.PDF417Writer

Jacob Haynes [email protected] (Andrew Walbran)
상속: Writer
파일 보기 프로젝트 열기: Redth/ZXing.Net.Mobile

공개 메소드들

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

비공개 메소드들

메소드 설명
bitMatrixFromEncoder ( Internal encoder, String contents, int errorCorrectionLevel, int width, int height, int margin ) : BitMatrix

Takes encoder, accounts for width/height, and retrieves bit matrix

bitMatrixFrombitArray ( sbyte input, int margin ) : BitMatrix

This takes an array holding the values of the PDF 417

rotateArray ( sbyte bitarray ) : sbyte[][]

Takes and rotates the it 90 degrees

메소드 상세

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