CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrPngModuleJitterOptions

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Modifiers sealed

Options for per-module jitter offsets (organic placement).

Inheritance

  • Object
  • QrPngModuleJitterOptions

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

Properties

public Int32 MaxOffsetPx { get; set; } #

Maximum jitter offset in pixels.

public Int32 Seed { get; set; } #

Random seed used to offset modules.

public Boolean ApplyToEyes { get; set; } #

When true, applies jitter to eye modules.

public Boolean ProtectFunctionalPatterns { get; set; } #

When true, functional patterns keep their original alignment.

public Boolean ClampToShape { get; set; } #

When true, limits jitter to stay inside the module cell.