Class Version
See ISO 18004:2006 Annex D
public sealed class Version
- Inheritance
-
Version
- Inherited Members
Properties
AlignmentPatternCenters
Gets the alignment pattern centers.
public int[] AlignmentPatternCenters { get; }
Property Value
- int[]
DimensionForVersion
Gets the dimension for version.
public int DimensionForVersion { get; }
Property Value
TotalCodewords
Gets the total codewords.
public int TotalCodewords { get; }
Property Value
VersionNumber
Gets the version number.
public int VersionNumber { get; }
Property Value
Methods
ToString()
Returns a string that represents this instance.
public override string ToString()
Returns
getECBlocksForLevel(ErrorCorrectionLevel)
Gets the EC blocks for level.
public Version.ECBlocks getECBlocksForLevel(ErrorCorrectionLevel ecLevel)
Parameters
ecLevel
ErrorCorrectionLevelThe ec level.
Returns
getProvisionalVersionForDimension(int)
Deduces version information purely from QR Code dimensions.
public static Version getProvisionalVersionForDimension(int dimension)
Parameters
dimension
intdimension in modules
Returns
getVersionForNumber(int)
Gets the version for number.
public static Version getVersionForNumber(int versionNumber)
Parameters
versionNumber
intThe version number.