iTextSharp.text.pdf.qrcode.ErrorCorrectionLevel.Ordinal C# (CSharp) 메소드

Ordinal() 공개 메소드

public Ordinal ( ) : int
리턴 int
        public int Ordinal() {
            return ordinal;
        }

Usage Example

예제 #1
0
 public ECBlocks GetECBlocksForLevel(ErrorCorrectionLevel ecLevel) {
     return ecBlocks[ecLevel.Ordinal()];
 }
All Usage Examples Of iTextSharp.text.pdf.qrcode.ErrorCorrectionLevel::Ordinal