CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrRenderStyle

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Style presets for easy QR rendering.

Inheritance

  • Enum
  • QrRenderStyle

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const QrRenderStyle Default #

Plain, high-contrast QR (recommended).

Value: 0
public const QrRenderStyle Rounded #

Rounded modules for a softer look.

Value: 1
public const QrRenderStyle Fancy #

Decorative style with gradients and eye frames.

Value: 2