CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngBackgroundPatternType

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

Background pattern types.

Inheritance

  • Enum
  • QrPngBackgroundPatternType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const QrPngBackgroundPatternType Dots #

Dotted pattern.

Value: 0
public const QrPngBackgroundPatternType Grid #

Grid lines.

Value: 1
public const QrPngBackgroundPatternType Checker #

Checkerboard.

Value: 2
public const QrPngBackgroundPatternType DiagonalStripes #

Diagonal stripe bands.

Value: 3
public const QrPngBackgroundPatternType Crosshatch #

Two diagonal stripe sets forming a crosshatch.

Value: 4