BlockPair 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.BlockPair[[BlockPair]] end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
Details
Constructors
BlockPair
Source code
internal BlockPair(ByteArray data, ByteArray errorCorrection)
Arguments
Methods
GetDataBytes
Source code
public ByteArray GetDataBytes()
GetErrorCorrectionBytes
Source code
public ByteArray GetErrorCorrectionBytes()
Generated with ModularDoc