API Reference
Class
QrPngCanvasBandOptions
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
- Property QrPngCanvasOptions.Band
Constructors
public QrPngCanvasBandOptions() #Inherited Methods
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 QrPngGradientOptions Gradient { get; set; } #Optional band gradient.
public QrPngCanvasEdgePatternOptions EdgePattern { get; set; } #Optional edge pattern overlay.