C# Class iTextSharp.text.pdf.qrcode.Version

Exibir arquivo Open project: nonorganic/dssnet

Public Methods

Method Description
GetAlignmentPatternCenters ( ) : int[]
GetDimensionForVersion ( ) : int
GetECBlocksForLevel ( ErrorCorrectionLevel ecLevel ) : ECBlocks
GetProvisionalVersionForDimension ( int dimension ) : Version
GetTotalCodewords ( ) : int
GetVersionForNumber ( int versionNumber ) : Version
GetVersionNumber ( ) : int
ToString ( ) : String

Private Methods

Method Description
BuildFunctionPattern ( ) : BitMatrix
BuildVersions ( ) : Version[]
DecodeVersionInformation ( int versionBits ) : Version
Version ( int versionNumber, int alignmentPatternCenters, ECBlocks ecBlocks1, ECBlocks ecBlocks2, ECBlocks ecBlocks3, ECBlocks ecBlocks4 ) : System

Method Details

GetAlignmentPatternCenters() public method

public GetAlignmentPatternCenters ( ) : int[]
return int[]

GetDimensionForVersion() public method

public GetDimensionForVersion ( ) : int
return int

GetECBlocksForLevel() public method

public GetECBlocksForLevel ( ErrorCorrectionLevel ecLevel ) : ECBlocks
ecLevel ErrorCorrectionLevel
return ECBlocks

GetProvisionalVersionForDimension() public static method

public static GetProvisionalVersionForDimension ( int dimension ) : Version
dimension int
return Version

GetTotalCodewords() public method

public GetTotalCodewords ( ) : int
return int

GetVersionForNumber() public static method

public static GetVersionForNumber ( int versionNumber ) : Version
versionNumber int
return Version

GetVersionNumber() public method

public GetVersionNumber ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String