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

파일 보기 프로젝트 열기: nonorganic/dssnet

공개 메소드들

메소드 설명
GetAlignmentPatternCenters ( ) : int[]
GetDimensionForVersion ( ) : int
GetECBlocksForLevel ( ErrorCorrectionLevel ecLevel ) : ECBlocks
GetProvisionalVersionForDimension ( int dimension ) : Version
GetTotalCodewords ( ) : int
GetVersionForNumber ( int versionNumber ) : Version
GetVersionNumber ( ) : int
ToString ( ) : String

비공개 메소드들

메소드 설명
BuildFunctionPattern ( ) : BitMatrix
BuildVersions ( ) : Version[]
DecodeVersionInformation ( int versionBits ) : Version
Version ( int versionNumber, int alignmentPatternCenters, ECBlocks ecBlocks1, ECBlocks ecBlocks2, ECBlocks ecBlocks3, ECBlocks ecBlocks4 ) : System

메소드 상세

GetAlignmentPatternCenters() 공개 메소드

public GetAlignmentPatternCenters ( ) : int[]
리턴 int[]

GetDimensionForVersion() 공개 메소드

public GetDimensionForVersion ( ) : int
리턴 int

GetECBlocksForLevel() 공개 메소드

public GetECBlocksForLevel ( ErrorCorrectionLevel ecLevel ) : ECBlocks
ecLevel ErrorCorrectionLevel
리턴 ECBlocks

GetProvisionalVersionForDimension() 공개 정적인 메소드

public static GetProvisionalVersionForDimension ( int dimension ) : Version
dimension int
리턴 Version

GetTotalCodewords() 공개 메소드

public GetTotalCodewords ( ) : int
리턴 int

GetVersionForNumber() 공개 정적인 메소드

public static GetVersionForNumber ( int versionNumber ) : Version
versionNumber int
리턴 Version

GetVersionNumber() 공개 메소드

public GetVersionNumber ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String