CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrPngCanvasBandOptions

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Modifiers sealed

Decorative band drawn outside the QR bounds (often used as a quiet-zone ring).

Inheritance

  • Object
  • QrPngCanvasBandOptions

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

Constructors

Properties

public Int32 BandPx { get; set; } #

Band thickness in pixels.

public Int32 GapPx { get; set; } #

Gap between the QR bounds (including quiet zone) and the band.

public Int32 RadiusPx { get; set; } #

Band corner radius in pixels.

public Rgba32 Color { get; set; } #

Band color.

public QrPngGradientOptions Gradient { get; set; } #

Optional band gradient.

public QrPngCanvasEdgePatternOptions EdgePattern { get; set; } #

Optional edge pattern overlay.