BlockPair
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 |
|---|---|
ByteArray | GetDataBytes() |
ByteArray | GetErrorCorrectionBytes() |
Details
Constructors
BlockPair
Source codeinternal BlockPair(ByteArray data, ByteArray errorCorrection)
Arguments
Methods
GetDataBytes
Source codepublic ByteArray GetDataBytes()
GetErrorCorrectionBytes
Source codepublic ByteArray GetErrorCorrectionBytes()
Generated with ModularDoc