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

Mostrar archivo Open project: nonorganic/dssnet Class Usage Examples

Public Properties

Property Type Description
H ErrorCorrectionLevel
L ErrorCorrectionLevel
M ErrorCorrectionLevel
Q ErrorCorrectionLevel

Public Methods

Method Description
ForBits ( int bits ) : ErrorCorrectionLevel
GetBits ( ) : int
GetName ( ) : String
Ordinal ( ) : int
ToString ( ) : String

Private Methods

Method Description
ErrorCorrectionLevel ( int ordinal, int bits, String name ) : System

Method Details

ForBits() public static method

public static ForBits ( int bits ) : ErrorCorrectionLevel
bits int
return ErrorCorrectionLevel

GetBits() public method

public GetBits ( ) : int
return int

GetName() public method

public GetName ( ) : String
return String

Ordinal() public method

public Ordinal ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

Property Details

H public_oe static_oe property

public static ErrorCorrectionLevel,iTextSharp.text.pdf.qrcode H
return ErrorCorrectionLevel

L public_oe static_oe property

public static ErrorCorrectionLevel,iTextSharp.text.pdf.qrcode L
return ErrorCorrectionLevel

M public_oe static_oe property

public static ErrorCorrectionLevel,iTextSharp.text.pdf.qrcode M
return ErrorCorrectionLevel

Q public_oe static_oe property

public static ErrorCorrectionLevel,iTextSharp.text.pdf.qrcode Q
return ErrorCorrectionLevel