CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngCanvasBadgeShape

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

Badge shapes drawn around the QR bounds.

Inheritance

  • Enum
  • QrPngCanvasBadgeShape

Usage

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

Values

public const QrPngCanvasBadgeShape Badge #

Rounded badge/pill.

Value: 0
public const QrPngCanvasBadgeShape Tab #

Tab-style rounded rectangle.

Value: 1
public const QrPngCanvasBadgeShape Ribbon #

Ribbon-style badge with optional tails.

Value: 2