Table of Contents

Class Version.ECBlocks

Namespace
ZXing.QrCode.Internal
Assembly
zxing.dll

Encapsulates a set of error-correction blocks in one symbol version. Most versions will use blocks of differing sizes within one version, so, this encapsulates the parameters for each set of blocks. It also holds the number of error-correction codewords per block since it will be the same across all blocks within one version.

public sealed class Version.ECBlocks
Inheritance
Version.ECBlocks
Inherited Members

Properties

ECCodewordsPerBlock

Gets the EC codewords per block.

public int ECCodewordsPerBlock { get; }

Property Value

int

NumBlocks

Gets the num blocks.

public int NumBlocks { get; }

Property Value

int

TotalECCodewords

Gets the total EC codewords.

public int TotalECCodewords { get; }

Property Value

int

Methods

getECBlocks()

Gets the EC blocks.

public Version.ECB[] getECBlocks()

Returns

ECB[]