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

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

Encode() public méthode

public Encode ( String contents, int width, int height ) : ByteMatrix
contents String
width int
height int
Résultat ByteMatrix

Encode() public méthode

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