iText 5

Mode

Mode Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.qrcode iTextSharp.text.pdf.qrcode.Mode[[Mode]] end

Members

Methods

Public Static methods

Returns

Name

Mode

ForBits

(int bits)

Public methods

Returns

Name

int

GetBits

()

int

GetCharacterCountBits

(

Version

version)

string

GetName

()

string

ToString

()

Details

Methods

ForBits

Source code

public static Mode ForBits(int bits)

Arguments

Type

Name

Description

int

bits

GetCharacterCountBits

Source code

public int GetCharacterCountBits(Version version)

Arguments

Type

Name

Description

Version

version

GetBits

Source code

public int GetBits()

GetName

Source code

public string GetName()

ToString

Source code

public override string ToString()

Generated with ModularDoc