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

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
DoDecodeFormatInformation ( int maskedFormatInfo1, int maskedFormatInfo2 ) : FormatInformation
FormatInformation ( int formatInfo ) : System

Method Details

DecodeFormatInformation() public static méthode

public static DecodeFormatInformation ( int maskedFormatInfo1, int maskedFormatInfo2 ) : FormatInformation
maskedFormatInfo1 int
maskedFormatInfo2 int
Résultat FormatInformation

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetDataMask() public méthode

public GetDataMask ( ) : byte
Résultat byte

GetErrorCorrectionLevel() public méthode

public GetErrorCorrectionLevel ( ) : ErrorCorrectionLevel
Résultat ErrorCorrectionLevel

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HashCode() public méthode

public HashCode ( ) : int
Résultat int

NumBitsDiffering() public static méthode

public static NumBitsDiffering ( int a, int b ) : int
a int
b int
Résultat int