iTextSharp.text.pdf.qrcode.ErrorCorrectionLevel.Ordinal C# (CSharp) Method

Ordinal() public method

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

Usage Example

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