CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngForegroundPatternType

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

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.

Values

public const QrPngForegroundPatternType StippleDots #

Small stipple dots.

Value: 0
public const QrPngForegroundPatternType SpeckleDots #

Organic stipple dots with jittered centers and varied sizes.

Value: 1
public const QrPngForegroundPatternType HalftoneDots #

Radial halftone dots that are stronger near the center and lighter near edges.

Value: 2
public const QrPngForegroundPatternType DiagonalStripes #

Diagonal stripes.

Value: 3
public const QrPngForegroundPatternType Crosshatch #

Two diagonal stripe sets forming a crosshatch.

Value: 4
public const QrPngForegroundPatternType Starburst #

Eight-direction starburst rays (cardinal + diagonal).

Value: 5