C# 클래스 iTextSharp.text.pdf.qrcode.QRCodeWriter

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Encode ( String contents, int width, int height ) : ByteMatrix
Encode ( String contents, int width, int height, Object>.IDictionary hints ) : ByteMatrix

비공개 메소드들

메소드 설명
RenderResult ( QRCode code, int width, int height ) : ByteMatrix
SetRowColor ( sbyte row, sbyte value ) : void

메소드 상세

Encode() 공개 메소드

public Encode ( String contents, int width, int height ) : ByteMatrix
contents String
width int
height int
리턴 ByteMatrix

Encode() 공개 메소드

public Encode ( String contents, int width, int height, Object>.IDictionary hints ) : ByteMatrix
contents String
width int
height int
hints Object>.IDictionary
리턴 ByteMatrix