API Reference
Struct
QrArtWarning
QR art warning with a short message.
Inheritance
- ValueType
- QrArtWarning
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 QrArtSafetyReport.Warnings
Constructors
public QrArtWarning(QrArtWarningKind kind, String message) #Creates a warning entry.
Parameters
- kind CodeGlyphX.QrArtWarningKind
- Warning category.
- message System.String
- Human-readable warning message.