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

显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
At ( int x, int y ) : int
GetECLevel ( ) : ErrorCorrectionLevel
GetMaskPattern ( ) : int
GetMatrix ( ) : ByteMatrix
GetMatrixWidth ( ) : int
GetMode ( ) : Mode
GetNumDataBytes ( ) : int
GetNumECBytes ( ) : int
GetNumRSBlocks ( ) : int
GetNumTotalBytes ( ) : int
GetVersion ( ) : int
IsValid ( ) : bool
IsValidMaskPattern ( int maskPattern ) : bool
QRCode ( ) : System
SetECLevel ( ErrorCorrectionLevel value ) : void
SetMaskPattern ( int value ) : void
SetMatrix ( ByteMatrix value ) : void
SetMatrixWidth ( int value ) : void
SetMode ( Mode value ) : void
SetNumDataBytes ( int value ) : void
SetNumECBytes ( int value ) : void
SetNumRSBlocks ( int value ) : void
SetNumTotalBytes ( int value ) : void
SetVersion ( int value ) : void
ToString ( ) : String

Method Details

At() public method

public At ( int x, int y ) : int
x int
y int
return int

GetECLevel() public method

public GetECLevel ( ) : ErrorCorrectionLevel
return ErrorCorrectionLevel

GetMaskPattern() public method

public GetMaskPattern ( ) : int
return int

GetMatrix() public method

public GetMatrix ( ) : ByteMatrix
return ByteMatrix

GetMatrixWidth() public method

public GetMatrixWidth ( ) : int
return int

GetMode() public method

public GetMode ( ) : Mode
return Mode

GetNumDataBytes() public method

public GetNumDataBytes ( ) : int
return int

GetNumECBytes() public method

public GetNumECBytes ( ) : int
return int

GetNumRSBlocks() public method

public GetNumRSBlocks ( ) : int
return int

GetNumTotalBytes() public method

public GetNumTotalBytes ( ) : int
return int

GetVersion() public method

public GetVersion ( ) : int
return int

IsValid() public method

public IsValid ( ) : bool
return bool

IsValidMaskPattern() public static method

public static IsValidMaskPattern ( int maskPattern ) : bool
maskPattern int
return bool

QRCode() public method

public QRCode ( ) : System
return System

SetECLevel() public method

public SetECLevel ( ErrorCorrectionLevel value ) : void
value ErrorCorrectionLevel
return void

SetMaskPattern() public method

public SetMaskPattern ( int value ) : void
value int
return void

SetMatrix() public method

public SetMatrix ( ByteMatrix value ) : void
value ByteMatrix
return void

SetMatrixWidth() public method

public SetMatrixWidth ( int value ) : void
value int
return void

SetMode() public method

public SetMode ( Mode value ) : void
value Mode
return void

SetNumDataBytes() public method

public SetNumDataBytes ( int value ) : void
value int
return void

SetNumECBytes() public method

public SetNumECBytes ( int value ) : void
value int
return void

SetNumRSBlocks() public method

public SetNumRSBlocks ( int value ) : void
value int
return void

SetNumTotalBytes() public method

public SetNumTotalBytes ( int value ) : void
value int
return void

SetVersion() public method

public SetVersion ( int value ) : void
value int
return void

ToString() public method

public ToString ( ) : String
return String