CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrPngDebugOptions

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Modifiers sealed

Debug overlay options for QR PNG rendering.

Inheritance

  • Object
  • QrPngDebugOptions

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

Properties

public Boolean ShowQuietZone { get; set; } #

Draws the quiet zone boundary.

public Boolean ShowQrBounds { get; set; } #

Draws the QR module area boundary.

public Boolean ShowEyeBounds { get; set; } #

Draws finder (eye) bounds.

public Boolean ShowLogoBounds { get; set; } #

Draws logo bounds (including background padding when enabled).

public Int32 StrokePx { get; set; } #

Stroke thickness in pixels.

public Rgba32 QuietZoneColor { get; set; } #

Color used for quiet zone bounds.

public Rgba32 QrBoundsColor { get; set; } #

Color used for QR bounds.

public Rgba32 EyeBoundsColor { get; set; } #

Color used for eye bounds.

public Rgba32 LogoBoundsColor { get; set; } #

Color used for logo bounds.