C# 클래스 iTextSharp.text.pdf.qrcode.FormatInformation

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
DecodeFormatInformation ( int maskedFormatInfo1, int maskedFormatInfo2 ) : FormatInformation
Equals ( Object o ) : bool
GetDataMask ( ) : byte
GetErrorCorrectionLevel ( ) : ErrorCorrectionLevel
GetHashCode ( ) : int
HashCode ( ) : int
NumBitsDiffering ( int a, int b ) : int

비공개 메소드들

메소드 설명
DoDecodeFormatInformation ( int maskedFormatInfo1, int maskedFormatInfo2 ) : FormatInformation
FormatInformation ( int formatInfo ) : System

메소드 상세

DecodeFormatInformation() 공개 정적인 메소드

public static DecodeFormatInformation ( int maskedFormatInfo1, int maskedFormatInfo2 ) : FormatInformation
maskedFormatInfo1 int
maskedFormatInfo2 int
리턴 FormatInformation

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

GetDataMask() 공개 메소드

public GetDataMask ( ) : byte
리턴 byte

GetErrorCorrectionLevel() 공개 메소드

public GetErrorCorrectionLevel ( ) : ErrorCorrectionLevel
리턴 ErrorCorrectionLevel

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

HashCode() 공개 메소드

public HashCode ( ) : int
리턴 int

NumBitsDiffering() 공개 정적인 메소드

public static NumBitsDiffering ( int a, int b ) : int
a int
b int
리턴 int