iText 5

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

Details

Constructors

BlockPair

Source code

internal BlockPair(ByteArray data, ByteArray errorCorrection)

Arguments

Type

Name

Description

ByteArray

data

ByteArray

errorCorrection

Methods

GetDataBytes

Source code

public ByteArray GetDataBytes()

GetErrorCorrectionBytes

Source code

public ByteArray GetErrorCorrectionBytes()

Generated with ModularDoc