API Reference
Class
QrPngDebugOptions
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
- Property QrEasyOptions.Debug
- Property QrPngRenderOptions.Debug
Accepted by parameters
- Method QrPngRenderOptions.WithDebug
Constructors
public QrPngDebugOptions() #Inherited Methods
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.