CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngCanvasEdgePatternType

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

Edge pattern styles for canvas frames and badges.

Inheritance

  • Enum
  • QrPngCanvasEdgePatternType

Usage

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

Values

public const QrPngCanvasEdgePatternType Dots #

Round dots along the edge.

Value: 0
public const QrPngCanvasEdgePatternType Dashes #

Short dashed segments along the edge.

Value: 1
public const QrPngCanvasEdgePatternType Stitches #

Stitched-style short segments along the edge.

Value: 2