API Reference
Enum
BarcodeType
Barcode and matrix symbologies recognized by CodeGlyphX facades.
Inheritance
- Enum
- BarcodeType
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 BarcodeDecoded.Type
- Field BarcodeType.AustraliaPost
- Field BarcodeType.Codabar
- Field BarcodeType.Code11
- Field BarcodeType.Code128
- Field BarcodeType.Code32
- Field BarcodeType.Code39
- Field BarcodeType.Code93
- Field BarcodeType.DataMatrix
- Field BarcodeType.DotCode
- Field BarcodeType.EAN
- Field BarcodeType.GS1Composite
- Field BarcodeType.GS1DataBarExpanded
- Field BarcodeType.GS1DataBarExpandedStacked
- Field BarcodeType.GS1DataBarLimited
- Field BarcodeType.GS1DataBarOmni
- Field BarcodeType.GS1DataBarStacked
- Field BarcodeType.GS1DataBarStackedOmni
- Field BarcodeType.GS1DataBarTruncated
- Field BarcodeType.GS1_128
- Field BarcodeType.HanXin
- Field BarcodeType.IATA2of5
- Field BarcodeType.Industrial2of5
- Field BarcodeType.ITF
- Field BarcodeType.ITF14
- Field BarcodeType.JapanPost
- Field BarcodeType.KixCode
- Field BarcodeType.Matrix2of5
- Field BarcodeType.MaxiCode
- Field BarcodeType.MicroPDF417
- Field BarcodeType.MSI
- Field BarcodeType.PatchCode
- Field BarcodeType.PDF417
- Field BarcodeType.Pharmacode
- Field BarcodeType.PharmacodeTwoTrack
- Field BarcodeType.Planet
- Field BarcodeType.Plessey
- Field BarcodeType.Postnet
- Field BarcodeType.RoyalMail4State
- Field BarcodeType.Telepen
- Field BarcodeType.UPCA
- Field BarcodeType.UPCE
- Field BarcodeType.UspsImb
- Property CodeGlyphDecodeOptions.ExpectedBarcode
- Property SymbolCapability.LegacyBarcodeType
Accepted by parameters
- Method Barcode.Create
- Method Barcode.DecodeImageBatch
- Method Barcode.DecodeImageResult
- Method Barcode.DecodeImageResult
- Method Barcode.DecodeImageResult
- Method Barcode.Encode
- Method Barcode.Render
- Method Barcode.Save
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodeImage
- Method Barcode.TryDecodePng
- Method Barcode.TryDecodePng
- Method Barcode.TryDecodePng
- Method Barcode.TryDecodePng
- Method Barcode.TryDecodePng
- Method Barcode.TryDecodePng
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecode
- Method BarcodeDecoder.TryDecodeAll
- Method BarcodeDecoder.TryDecodeAll
- Method BarcodeEncoder.Encode
- Method CodeGlyph.DecodeImageAsync
- Method CodeGlyph.DecodePng
- Method CodeGlyph.DecodePng
- Method CodeGlyph.DecodePngAsync
- Method CodeGlyph.DecodePngFile
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecode
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAll
- Method CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllImage
- Method CodeGlyph.TryDecodeAllImageAsync
- Method CodeGlyph.TryDecodeAllImageFileAsync
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPng
- Method CodeGlyph.TryDecodeAllPngAsync
- Method CodeGlyph.TryDecodeAllPngFile
- Method CodeGlyph.TryDecodeAllPngFileAsync
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImage
- Method CodeGlyph.TryDecodeImageAsync
- Method CodeGlyph.TryDecodeImageFileAsync
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePng
- Method CodeGlyph.TryDecodePngAsync
- Method CodeGlyph.TryDecodePngFile
- Method CodeGlyph.TryDecodePngFileAsync
- Method CodeGlyphDecodeOptions.WithExpectedBarcode
- Method MatrixBarcode.Encode
- Method MatrixBarcode.Render
- Method MatrixBarcode.Save
- Method MatrixBarcode.Save
- Method MatrixBarcodeDecoder.TryDecode
- Method MatrixBarcodeDecoder.TryDecodeAny
- Method MatrixBarcodeEncoder.Encode
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const BarcodeType GS1Composite #GS1 Composite with a standards-linked GS1-128 carrier.
Value:
41