Skip to main content
Skip table of contents

MaskUtil

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

Members

Methods

Public Static methods
ReturnsName
intApplyMaskPenaltyRule1(ByteMatrix matrix)
intApplyMaskPenaltyRule2(ByteMatrix matrix)
intApplyMaskPenaltyRule3(ByteMatrix matrix)
intApplyMaskPenaltyRule4(ByteMatrix matrix)
boolGetDataMaskBit(int maskPattern, int x, int y)

Details

Methods

ApplyMaskPenaltyRule1

Source code

public static int ApplyMaskPenaltyRule1(ByteMatrix matrix)
Arguments
TypeNameDescription
ByteMatrixmatrix
ApplyMaskPenaltyRule2

Source code

public static int ApplyMaskPenaltyRule2(ByteMatrix matrix)
Arguments
TypeNameDescription
ByteMatrixmatrix
ApplyMaskPenaltyRule3

Source code

public static int ApplyMaskPenaltyRule3(ByteMatrix matrix)
Arguments
TypeNameDescription
ByteMatrixmatrix
ApplyMaskPenaltyRule4

Source code

public static int ApplyMaskPenaltyRule4(ByteMatrix matrix)
Arguments
TypeNameDescription
ByteMatrixmatrix
GetDataMaskBit

Source code

public static bool GetDataMaskBit(int maskPattern, int x, int y)
Arguments
TypeNameDescription
intmaskPattern
intx
inty

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.