Skip to main content
Skip table of contents

QRCodeWriter

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

Details

Constructors

QRCodeWriter
public QRCodeWriter()

Methods

Encode [1/2]

Source code

public ByteMatrix Encode(string contents, int width, int height)
Arguments
TypeNameDescription
stringcontents
intwidth
intheight
Encode [2/2]

Source code

public ByteMatrix Encode(string contents, int width, int height, IDictionary<EncodeHintType, object> hints)
Arguments
TypeNameDescription
stringcontents
intwidth
intheight
IDictionary<EncodeHintType, object>hints

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.