CodeGlyphX logo
CodeGlyphX

API Reference

Struct

QrArtWarning

Namespace CodeGlyphX
Assembly CodeGlyphX
Base ValueType
Modifiers sealed

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

Constructors

public QrArtWarning(QrArtWarningKind kind, String message) #

Creates a warning entry.

Parameters

kind CodeGlyphX.QrArtWarningKind requiredposition: 0
Warning category.
message System.String requiredposition: 1
Human-readable warning message.

Properties

public QrArtWarningKind Kind { get; } #

Warning kind.

public String Message { get; } #

Warning message.