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
Source code
public static int NumBitsDiffering(int a, int b)
Type | Name | Description |
---|
int | a | |
int | b | |
Source code
public static FormatInformation DecodeFormatInformation(int maskedFormatInfo1, int maskedFormatInfo2)
Type | Name | Description |
---|
int | maskedFormatInfo1 | |
int | maskedFormatInfo2 | |
Source code
public ErrorCorrectionLevel GetErrorCorrectionLevel()
Source code
public byte GetDataMask()
Source code
public int HashCode()
Source code
public override int GetHashCode()
Source code
public override bool Equals(object o)
Type | Name | Description |
---|
object | o | |
Generated with ModularDoc