iText 5

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

Details

Constructors

BarcodeQRCode

Source code

public BarcodeQRCode(string content, int width, int height, IDictionary<EncodeHintType, object> hints)

Arguments

Type

Name

Description

string

content

int

width

int

height

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

Type

Name

Description

PdfContentByte

cb

BaseColor

foreground

float

moduleSide

GetBarcodeSize

Source code

public Rectangle GetBarcodeSize()

Generated with ModularDoc