Encoder 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.Encoder[[Encoder]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
Details
Methods
Encode [1/2]
Source code
public static void Encode(string content, ErrorCorrectionLevel ecLevel, QRCode qrCode)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
content |
|
|
|
ecLevel |
|
|
|
qrCode |
Encode [2/2]
Source code
public static void Encode(string content, ErrorCorrectionLevel ecLevel, IDictionary<EncodeHintType, object> hints, QRCode qrCode)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
content |
|
|
|
ecLevel |
|
|
, |
hints |
|
|
|
qrCode |
ChooseMode [1/2]
Source code
public static Mode ChooseMode(string content)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
content |
ChooseMode [2/2]
Source code
public static Mode ChooseMode(string content, string encoding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
content |
|
|
|
encoding |
Generated with ModularDoc