iText 5

Encoder

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

Mode

ChooseMode

(...)

void

Encode

(...)

Details

Methods

Encode [1/2]

Source code

public static void Encode(string content, ErrorCorrectionLevel ecLevel, QRCode qrCode)

Arguments

Type

Name

Description

string

content

ErrorCorrectionLevel

ecLevel

QRCode

qrCode

Encode [2/2]

Source code

public static void Encode(string content, ErrorCorrectionLevel ecLevel, IDictionary<EncodeHintType, object> hints, QRCode qrCode)

Arguments

Type

Name

Description

string

content

ErrorCorrectionLevel

ecLevel

IDictionary<

EncodeHintType

, object>

hints

QRCode

qrCode

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