API Reference
CodeGlyphDecoded
Result of decoding a supported matrix or linear symbol.
Inheritance
- Object
- CodeGlyphDecoded
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 CodeGlyph.DecodeAllAuto
- Method CodeGlyph.DecodeAuto
- Method CodeGlyph.DecodeImageAsync
- Method CodeGlyph.DecodeImageBatch
- Method CodeGlyph.DecodeImageResult
- Method CodeGlyph.DecodeImageResult
- Method CodeGlyph.DecodePng
- Method CodeGlyph.DecodePng
- Method CodeGlyph.DecodePngAsync
- Method CodeGlyph.DecodePngFile
- Method CodeGlyph.TryDecodeAllImageAsync
- Method CodeGlyph.TryDecodeAllImageAsync
- Method CodeGlyph.TryDecodeAllImageFileAsync
- Method CodeGlyph.TryDecodeAllPngAsync
- Method CodeGlyph.TryDecodeAllPngFileAsync
- Method CodeGlyph.TryDecodeImageAsync
- Method CodeGlyph.TryDecodeImageAsync
- Method CodeGlyph.TryDecodeImageFileAsync
- Method CodeGlyph.TryDecodePngAsync
- Method CodeGlyph.TryDecodePngFileAsync
- Property DetectedSymbol.LegacyResult
Accepted by parameters
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAllAuto
- Method CodeGlyph.TryDecodeAllAuto
- Method CodeGlyph.TryDecodeAllAutoFile
- Method CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPngFile
- Method CodeGlyph.TryDecodeAllPngFile
- Method CodeGlyph.TryDecodeAuto
- Method CodeGlyph.TryDecodeAuto
- Method CodeGlyph.TryDecodeAutoFile
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePngFile
- Method CodeGlyph.TryDecodePngFile
- Method Pdf417MacroAssembler.Add
- Method Pdf417MacroAssembler.TryAdd
Inherited Methods
Properties
public CodeGlyphKind Kind { get; } #Gets the decoded symbol kind.
public MicroQrDecoded MicroQr { get; } #Gets the decoded Micro QR result when Kind is MicroQr.
public RmQrDecoded RmQr { get; } #Gets the decoded rMQR result when Kind is RmQr.
public MaxiCodeDecoded MaxiCode { get; } #Gets the decoded MaxiCode result when Kind is MaxiCode.
public DotCodeDecoded DotCode { get; } #Gets the decoded DotCode result when Kind is DotCode.
public HanXinDecoded HanXin { get; } #Gets the decoded Han Xin result when Kind is HanXin.
public Gs1CompositeDecoded Gs1Composite { get; } #Gets the decoded GS1 Composite result when Kind is Gs1Composite.
public DataMatrixDecoded DataMatrix { get; } #Gets the detailed Data Matrix result when Kind is DataMatrix.
public String DataMatrixText { get; } #Gets the decoded Data Matrix text when Kind is DataMatrix.
public String Pdf417Text { get; } #Gets the decoded PDF417 text when Kind is Pdf417.
public Pdf417Decoded Pdf417 { get; } #Gets the decoded PDF417 payload when Kind is Pdf417.
public Pdf417MacroMetadata Pdf417Macro { get; } #Gets the Macro PDF417 metadata when present.
public String AztecText { get; } #Gets the decoded Aztec text when Kind is Aztec.
public String Text { get; } #Gets the decoded text (QR/Micro QR/Barcode/DataMatrix/PDF417/Aztec).
public Byte[] Bytes { get; } #Gets the decoded payload bytes for QR and Micro QR codes.