C# Class iTextSharp.text.pdf.qrcode.QRCodeWriter

Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Encode ( String contents, int width, int height ) : ByteMatrix
Encode ( String contents, int width, int height, Object>.IDictionary hints ) : ByteMatrix

Private Methods

Method Description
RenderResult ( QRCode code, int width, int height ) : ByteMatrix
SetRowColor ( sbyte row, sbyte value ) : void

Method Details

Encode() public method

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

Encode() public method

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