Skip to main content
Skip table of contents

BarcodeQRCode

BarcodeQRCode Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.BarcodeQRCode[[BarcodeQRCode]]
  end

Members

Methods

Public methods
ReturnsName
RectangleGetBarcodeSize()
ImageGetImage()
voidPlaceBarcode(PdfContentByte cb, BaseColor foreground, float moduleSide)

Details

Constructors

BarcodeQRCode
Source code
public BarcodeQRCode(string content, int width, int height, IDictionary<EncodeHintType, object> hints)
Arguments
TypeNameDescription
stringcontent
intwidth
intheight
IDictionary<EncodeHintType, object>hints

Methods

GetImage
Source code
public virtual Image GetImage()
PlaceBarcode
Source code
public void PlaceBarcode(PdfContentByte cb, BaseColor foreground, float moduleSide)
Arguments
TypeNameDescription
PdfContentBytecb
BaseColorforeground
floatmoduleSide
GetBarcodeSize
Source code
public Rectangle GetBarcodeSize()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.