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
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
(
cb,
foreground, |
Details
Constructors
BarcodeQRCode
Source code
public BarcodeQRCode(string content, int width, int height, IDictionary<EncodeHintType, object> hints)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
content |
|
|
|
width |
|
|
|
height |
|
|
, |
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 |
|---|---|---|
|
|
cb |
|
|
|
foreground |
|
|
|
moduleSide |
GetBarcodeSize
Source code
public Rectangle GetBarcodeSize()
Generated with ModularDoc