Class CodePatternQRCode
Represents the multi pass pattern types for a code layer of a QR code.
public static class CodePatternQRCode
- Inheritance
-
CodePatternQRCode
- Inherited Members
Properties
EntirePattern1
Gets the "Entire Pattern 1".
public static int EntirePattern1 { get; }
Property Value
EntirePattern2
Gets the "Entire Pattern 2".
public static int EntirePattern2 { get; }
Property Value
EntirePattern3
Gets the "Entire Pattern 3".
public static int EntirePattern3 { get; }
Property Value
EntirePattern4
Gets the "Entire Pattern 4".
public static int EntirePattern4 { get; }
Property Value
EntirePattern5
Gets the "Entire Pattern 5".
public static int EntirePattern5 { get; }
Property Value
EntirePattern6
Gets the "Entire Pattern 6".
public static int EntirePattern6 { get; }
Property Value
Individual
Gets the "individual" pattern.
public static int Individual { get; }
Property Value
Pattern1
Gets the "Pattern 1".
public static int Pattern1 { get; }
Property Value
Pattern2
Gets the "Pattern 2".
public static int Pattern2 { get; }
Property Value
Pattern3
Gets the "Pattern 3".
public static int Pattern3 { get; }
Property Value
Pattern4
Gets the "Pattern 4".
public static int Pattern4 { get; }
Property Value
Pattern5
Gets the "Pattern 5".
public static int Pattern5 { get; }
Property Value
Pattern6
Gets the "Pattern 6".
public static int Pattern6 { get; }
Property Value
Pattern7
Gets the "Pattern 7".
public static int Pattern7 { get; }