Skip to main content
Skip table of contents

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
ReturnsName
FormatInformationDecodeFormatInformation(int maskedFormatInfo1, int maskedFormatInfo2)
intNumBitsDiffering(int a, int b)
Public methods

Details

Methods

NumBitsDiffering

Source code

public static int NumBitsDiffering(int a, int b)
Arguments
TypeNameDescription
inta
intb
DecodeFormatInformation

Source code

public static FormatInformation DecodeFormatInformation(int maskedFormatInfo1, int maskedFormatInfo2)
Arguments
TypeNameDescription
intmaskedFormatInfo1
intmaskedFormatInfo2
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
TypeNameDescription
objecto

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.