CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrPngPaletteZoneOptions

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Modifiers sealed

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.

Accepted by parameters

Constructors

public QrPngPaletteZoneOptions() #

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).