API Reference
Class
QrPngModuleJitterOptions
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
- Property QrEasyOptions.ModuleJitter
- Property QrPngRenderOptions.ModuleJitter
Accepted by parameters
Constructors
public QrPngModuleJitterOptions() #Inherited Methods
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.