C# 클래스 iTextSharp.text.pdf.BarcodeQRCode

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

공개 메소드들

메소드 설명
BarcodeQRCode ( String content, int width, int height, Object>.IDictionary hints ) : System
GetImage ( ) : Image

비공개 메소드들

메소드 설명
GetBitMatrix ( ) : byte[]

메소드 상세

BarcodeQRCode() 공개 메소드

public BarcodeQRCode ( String content, int width, int height, Object>.IDictionary hints ) : System
content String
width int
height int
hints Object>.IDictionary
리턴 System

GetImage() 공개 메소드

public GetImage ( ) : Image
리턴 Image