API Reference
Class
QrPngPaletteZoneOptions
Palette overrides for specific QR zones.
Inheritance
- Object
- QrPngPaletteZoneOptions
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
public QrPngPaletteZoneOptions() #Inherited Methods
Properties
public QrPngPaletteOptions CenterPalette { get; set; } #Palette applied to a centered square zone.
public Int32 CenterSize { get; set; } #Center zone size in modules (0 = disabled).
public QrPngPaletteOptions CornerPalette { get; set; } #Palette applied to the four corners.
public Int32 CornerSize { get; set; } #Corner zone size in modules (0 = disabled).