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

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

Méthodes publiques

Свойство Type Description
ALPHANUMERIC Mode
BYTE Mode
ECI Mode
FNC1_FIRST_POSITION Mode
FNC1_SECOND_POSITION Mode
KANJI Mode
NUMERIC Mode
STRUCTURED_APPEND Mode
TERMINATOR Mode

Méthodes publiques

Méthode Description
ForBits ( int bits ) : Mode
GetBits ( ) : int
GetCharacterCountBits ( Version version ) : int
GetName ( ) : String
ToString ( ) : String

Private Methods

Méthode Description
Mode ( int characterCountBitsForVersions, int bits, String name ) : System

Method Details

ForBits() public static méthode

public static ForBits ( int bits ) : Mode
bits int
Résultat Mode

GetBits() public méthode

public GetBits ( ) : int
Résultat int

GetCharacterCountBits() public méthode

public GetCharacterCountBits ( Version version ) : int
version Version
Résultat int

GetName() public méthode

public GetName ( ) : String
Résultat String

ToString() public méthode

public ToString ( ) : String
Résultat String

Property Details

ALPHANUMERIC public_oe static_oe property

public static Mode,iTextSharp.text.pdf.qrcode ALPHANUMERIC
Résultat Mode

BYTE public_oe static_oe property

public static Mode,iTextSharp.text.pdf.qrcode BYTE
Résultat Mode

ECI public_oe static_oe property

public static Mode,iTextSharp.text.pdf.qrcode ECI
Résultat Mode

FNC1_FIRST_POSITION public_oe static_oe property

public static Mode,iTextSharp.text.pdf.qrcode FNC1_FIRST_POSITION
Résultat Mode

FNC1_SECOND_POSITION public_oe static_oe property

public static Mode,iTextSharp.text.pdf.qrcode FNC1_SECOND_POSITION
Résultat Mode

KANJI public_oe static_oe property

public static Mode,iTextSharp.text.pdf.qrcode KANJI
Résultat Mode

NUMERIC public_oe static_oe property

public static Mode,iTextSharp.text.pdf.qrcode NUMERIC
Résultat Mode

STRUCTURED_APPEND public_oe static_oe property

public static Mode,iTextSharp.text.pdf.qrcode STRUCTURED_APPEND
Résultat Mode

TERMINATOR public_oe static_oe property

public static Mode,iTextSharp.text.pdf.qrcode TERMINATOR
Résultat Mode