QRCodeWriter Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.qrcode iTextSharp.text.pdf.qrcode.QRCodeWriter[[QRCodeWriter]] end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Constructors
QRCodeWriter
public QRCodeWriter()
Methods
Encode [1/2]
Source code
public ByteMatrix Encode(string contents, int width, int height)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
contents |
|
|
|
width |
|
|
|
height |
Encode [2/2]
Source code
public ByteMatrix Encode(string contents, int width, int height, IDictionary<EncodeHintType, object> hints)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
contents |
|
|
|
width |
|
|
|
height |
|
|
, |
hints |
Generated with ModularDoc