Skip to main content
Skip table of contents

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
ReturnsName
ModeChooseMode(...)
voidEncode(...)

Details

Methods

Encode [1/2]

Source code

public static void Encode(string content, ErrorCorrectionLevel ecLevel, QRCode qrCode)
Arguments
TypeNameDescription
stringcontent
ErrorCorrectionLevelecLevel
QRCodeqrCode
Encode [2/2]

Source code

public static void Encode(string content, ErrorCorrectionLevel ecLevel, IDictionary<EncodeHintType, object> hints, QRCode qrCode)
Arguments
TypeNameDescription
stringcontent
ErrorCorrectionLevelecLevel
IDictionary<EncodeHintType, object>hints
QRCodeqrCode
ChooseMode [1/2]

Source code

public static Mode ChooseMode(string content)
Arguments
TypeNameDescription
stringcontent
ChooseMode [2/2]

Source code

public static Mode ChooseMode(string content, string encoding)
Arguments
TypeNameDescription
stringcontent
stringencoding

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.