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

Mostra file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
DecodeFormatInformation ( int maskedFormatInfo1, int maskedFormatInfo2 ) : FormatInformation
Equals ( Object o ) : bool
GetDataMask ( ) : byte
GetErrorCorrectionLevel ( ) : ErrorCorrectionLevel
GetHashCode ( ) : int
HashCode ( ) : int
NumBitsDiffering ( int a, int b ) : int

Private Methods

Method Description
DoDecodeFormatInformation ( int maskedFormatInfo1, int maskedFormatInfo2 ) : FormatInformation
FormatInformation ( int formatInfo ) : System

Method Details

DecodeFormatInformation() public static method

public static DecodeFormatInformation ( int maskedFormatInfo1, int maskedFormatInfo2 ) : FormatInformation
maskedFormatInfo1 int
maskedFormatInfo2 int
return FormatInformation

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetDataMask() public method

public GetDataMask ( ) : byte
return byte

GetErrorCorrectionLevel() public method

public GetErrorCorrectionLevel ( ) : ErrorCorrectionLevel
return ErrorCorrectionLevel

GetHashCode() public method

public GetHashCode ( ) : int
return int

HashCode() public method

public HashCode ( ) : int
return int

NumBitsDiffering() public static method

public static NumBitsDiffering ( int a, int b ) : int
a int
b int
return int