API Reference
Class
CodeGlyphXFeatures
Runtime feature flags for CodeGlyphX capabilities.
Inheritance
- Object
- CodeGlyphXFeatures
Inherited Methods
Properties
public static Boolean SupportsQrPixelDecode { get; } #True when the high-performance QR pixel pipeline is available (net8+).
public static Boolean SupportsQrPixelDecodeFallback { get; } #True when the legacy QR pixel fallback path is active (non-net8 targets).
public static Boolean SupportsQrPixelDebug { get; } #True when QR pixel debug rendering is available (net8+).
public static Boolean SupportsSpanPixelPipeline { get; } #True when span-based pixel APIs and fast pipeline paths are available (net8+).
public static String TargetFramework { get; } #The target framework for this build (compile-time constant).