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
Details
Constructors
QRCodeWriter
public QRCodeWriter()
Methods
Encode [1/2]
Source code
public ByteMatrix Encode(string contents, int width, int height)
Arguments
Type | Name | Description |
---|
string | contents | |
int | width | |
int | height | |
Encode [2/2]
Source code
public ByteMatrix Encode(string contents, int width, int height, IDictionary<EncodeHintType, object> hints)
Arguments
Type | Name | Description |
---|
string | contents | |
int | width | |
int | height | |
IDictionary <EncodeHintType , object > | hints | |
Generated with ModularDoc