API Reference
Enum
QrPngForegroundPatternType
Foreground pattern types applied inside dark modules.
Inheritance
- Enum
- QrPngForegroundPatternType
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property QrPngForegroundPatternOptions.Type
- Field QrPngForegroundPatternType.Crosshatch
- Field QrPngForegroundPatternType.DiagonalStripes
- Field QrPngForegroundPatternType.HalftoneDots
- Field QrPngForegroundPatternType.SpeckleDots
- Field QrPngForegroundPatternType.Starburst
- Field QrPngForegroundPatternType.StippleDots
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const QrPngForegroundPatternType SpeckleDots #Organic stipple dots with jittered centers and varied sizes.
Value:
1public const QrPngForegroundPatternType HalftoneDots #Radial halftone dots that are stronger near the center and lighter near edges.
Value:
2public const QrPngForegroundPatternType Crosshatch #Two diagonal stripe sets forming a crosshatch.
Value:
4public const QrPngForegroundPatternType Starburst #Eight-direction starburst rays (cardinal + diagonal).
Value:
5