C# Class iTextSharp.text.pdf.BarcodeQRCode

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

Méthodes publiques

Méthode Description
BarcodeQRCode ( String content, int width, int height, Object>.IDictionary hints ) : System
GetImage ( ) : Image

Private Methods

Méthode Description
GetBitMatrix ( ) : byte[]

Method Details

BarcodeQRCode() public méthode

public BarcodeQRCode ( String content, int width, int height, Object>.IDictionary hints ) : System
content String
width int
height int
hints Object>.IDictionary
Résultat System

GetImage() public méthode

public GetImage ( ) : Image
Résultat Image