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