API Reference
Class
QrArtHeuristicReport
Static heuristic score and warnings for QR art/custom styling. This report does not decode the rendered output and cannot guarantee scanner interoperability.
Inheritance
- Object
- QrArtHeuristicReport
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
- Method QrArtHeuristics.Evaluate
- Method QrEasy.EvaluateScanHeuristics
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Score { get; } #Heuristic score (0..100).
public QrArtWarning[] Warnings { get; } #Warnings detected for the render options.
public Boolean PassesHeuristics { get; } #Indicates whether the configuration passes the library's static checks. Passing does not guarantee that a rendered QR code will scan.