CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngCanvasBadgePosition

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

Badge anchor position relative to the QR bounds.

Inheritance

  • Enum
  • QrPngCanvasBadgePosition

Usage

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

Values

public const QrPngCanvasBadgePosition Top #

Above the QR (centered).

Value: 0
public const QrPngCanvasBadgePosition Bottom #

Below the QR (centered).

Value: 1
public const QrPngCanvasBadgePosition Left #

Left of the QR (centered).

Value: 2
public const QrPngCanvasBadgePosition Right #

Right of the QR (centered).

Value: 3
public const QrPngCanvasBadgePosition TopLeft #

Above-left of the QR.

Value: 4
public const QrPngCanvasBadgePosition TopRight #

Above-right of the QR.

Value: 5
public const QrPngCanvasBadgePosition BottomLeft #

Below-left of the QR.

Value: 6
public const QrPngCanvasBadgePosition BottomRight #

Below-right of the QR.

Value: 7