QRCode 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.QRCode[[QRCode]]
end
Members
Methods
Public methods
Public Static methods
Details
Constructors
QRCode
Source code
public QRCode()
Methods
GetMode
Source code
public Mode GetMode()
GetECLevel
Source code
public ErrorCorrectionLevel GetECLevel()
GetVersion
Source code
public int GetVersion()
GetMatrixWidth
Source code
public int GetMatrixWidth()
GetMaskPattern
Source code
public int GetMaskPattern()
GetNumTotalBytes
Source code
public int GetNumTotalBytes()
GetNumDataBytes
Source code
public int GetNumDataBytes()
GetNumECBytes
Source code
public int GetNumECBytes()
GetNumRSBlocks
Source code
public int GetNumRSBlocks()
GetMatrix
Source code
public ByteMatrix GetMatrix()
At
Source code
public int At(int x, int y)
Arguments
| Type | Name | Description |
|---|
int | x | |
int | y | |
IsValid
Source code
public bool IsValid()
ToString
Source code
public override string ToString()
SetMode
Source code
public void SetMode(Mode value)
Arguments
| Type | Name | Description |
|---|
Mode | value | |
SetECLevel
Source code
public void SetECLevel(ErrorCorrectionLevel value)
Arguments
SetVersion
Source code
public void SetVersion(int value)
Arguments
| Type | Name | Description |
|---|
int | value | |
SetMatrixWidth
Source code
public void SetMatrixWidth(int value)
Arguments
| Type | Name | Description |
|---|
int | value | |
SetMaskPattern
Source code
public void SetMaskPattern(int value)
Arguments
| Type | Name | Description |
|---|
int | value | |
SetNumTotalBytes
Source code
public void SetNumTotalBytes(int value)
Arguments
| Type | Name | Description |
|---|
int | value | |
SetNumDataBytes
Source code
public void SetNumDataBytes(int value)
Arguments
| Type | Name | Description |
|---|
int | value | |
SetNumECBytes
Source code
public void SetNumECBytes(int value)
Arguments
| Type | Name | Description |
|---|
int | value | |
SetNumRSBlocks
Source code
public void SetNumRSBlocks(int value)
Arguments
| Type | Name | Description |
|---|
int | value | |
SetMatrix
Source code
public void SetMatrix(ByteMatrix value)
Arguments
IsValidMaskPattern
Source code
public static bool IsValidMaskPattern(int maskPattern)
Arguments
| Type | Name | Description |
|---|
int | maskPattern | |
Generated with ModularDoc