iText 5

FormatInformation

FormatInformation 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.FormatInformation[[FormatInformation]] end

Members

Methods

Public Static methods

Returns

Name

FormatInformation

DecodeFormatInformation

(int maskedFormatInfo1, int maskedFormatInfo2)

int

NumBitsDiffering

(int a, int b)

Public methods

Details

Methods

NumBitsDiffering

Source code

public static int NumBitsDiffering(int a, int b)

Arguments

Type

Name

Description

int

a

int

b

DecodeFormatInformation

Source code

public static FormatInformation DecodeFormatInformation(int maskedFormatInfo1, int maskedFormatInfo2)

Arguments

Type

Name

Description

int

maskedFormatInfo1

int

maskedFormatInfo2

GetErrorCorrectionLevel

Source code

public ErrorCorrectionLevel GetErrorCorrectionLevel()

GetDataMask

Source code

public byte GetDataMask()

HashCode

Source code

public int HashCode()

GetHashCode

Source code

public override int GetHashCode()

Equals

Source code

public override bool Equals(object o)

Arguments

Type

Name

Description

object

o

Generated with ModularDoc