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

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public At ( int x, int y ) : int
x int
y int
Résultat int

GetECLevel() public méthode

public GetECLevel ( ) : ErrorCorrectionLevel
Résultat ErrorCorrectionLevel

GetMaskPattern() public méthode

public GetMaskPattern ( ) : int
Résultat int

GetMatrix() public méthode

public GetMatrix ( ) : ByteMatrix
Résultat ByteMatrix

GetMatrixWidth() public méthode

public GetMatrixWidth ( ) : int
Résultat int

GetMode() public méthode

public GetMode ( ) : Mode
Résultat Mode

GetNumDataBytes() public méthode

public GetNumDataBytes ( ) : int
Résultat int

GetNumECBytes() public méthode

public GetNumECBytes ( ) : int
Résultat int

GetNumRSBlocks() public méthode

public GetNumRSBlocks ( ) : int
Résultat int

GetNumTotalBytes() public méthode

public GetNumTotalBytes ( ) : int
Résultat int

GetVersion() public méthode

public GetVersion ( ) : int
Résultat int

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

IsValidMaskPattern() public static méthode

public static IsValidMaskPattern ( int maskPattern ) : bool
maskPattern int
Résultat bool

QRCode() public méthode

public QRCode ( ) : System
Résultat System

SetECLevel() public méthode

public SetECLevel ( ErrorCorrectionLevel value ) : void
value ErrorCorrectionLevel
Résultat void

SetMaskPattern() public méthode

public SetMaskPattern ( int value ) : void
value int
Résultat void

SetMatrix() public méthode

public SetMatrix ( ByteMatrix value ) : void
value ByteMatrix
Résultat void

SetMatrixWidth() public méthode

public SetMatrixWidth ( int value ) : void
value int
Résultat void

SetMode() public méthode

public SetMode ( Mode value ) : void
value Mode
Résultat void

SetNumDataBytes() public méthode

public SetNumDataBytes ( int value ) : void
value int
Résultat void

SetNumECBytes() public méthode

public SetNumECBytes ( int value ) : void
value int
Résultat void

SetNumRSBlocks() public méthode

public SetNumRSBlocks ( int value ) : void
value int
Résultat void

SetNumTotalBytes() public méthode

public SetNumTotalBytes ( int value ) : void
value int
Résultat void

SetVersion() public méthode

public SetVersion ( int value ) : void
value int
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String