BarcodeTypes

BarcodeTypes class

Barcode Types container.

public static class BarcodeTypes

Properties

Name Description
static AllTypes { get; } All barcode types.

Methods

Name Description
static Parse(string) Returns Barcode type with pasringType name. If name of Barcode is unknown - Exception will be thrown.
static TryParse(string) Returns Barcode type with pasringType name. If name of Barcode is unknown - no Exception will be thrown but method will return null value.

Fields

Name Description
static readonly AustralianPost Australian Post Barcode Type object.
static readonly AustralianPosteParcel Australian Post eParcel Barcode Type object.
static readonly Codabar Codabar Barcode Type object.
static readonly CodablockF CodablockF Barcode Type object.
static readonly Code11 Code11 Barcode Type object.
static readonly Code128 Code128 Barcode Type object.
static readonly Code16K Code16K Barcode Type object.
static readonly Code32 Code32 Barcode Type object.
static readonly Code39Extended Code39Extended Barcode Type object.
static readonly Code39Standard Code39Standard Barcode Type object.
static readonly Code93Extended Code93Extended Barcode Type object.
static readonly Code93Standard Code93Standard Barcode Type object.
static readonly DatabarExpanded DatabarExpanded Barcode Type object.
static readonly DatabarExpandedStacked DatabarExpandedStacked Barcode Type object.
static readonly DatabarLimited DatabarLimited Barcode Type object.
static readonly DatabarOmniDirectional DatabarOmniDirectional Barcode Type object.
static readonly DatabarStacked DatabarStacked Barcode Type object.
static readonly DatabarStackedOmniDirectional DatabarStackedOmniDirectional Barcode Type object.
static readonly DatabarTruncated DatabarTruncated Barcode Type object.
static readonly DataLogic2of5 DataLogic2of5 Barcode Type object.
static readonly DeutschePostIdentcode DeutschePostIdentcode Barcode Type object.
static readonly DeutschePostLeitcode DeutschePostLeitcode Barcode Type object.
static readonly DotCode DotCode Barcode Type object.
static readonly DutchKIX DutchKIX Barcode Type object.
static readonly EAN13 EAN13 Barcode Type object.
static readonly EAN14 EAN14 Barcode Type object.
static readonly EAN8 EAN8 Barcode Type object.
static readonly GS1CodablockF GS1CodablockF Barcode Type object.
static readonly GS1Code128 GS1 Code128 Barcode Type object.
static readonly GS1CompositeBar GS1 Composite Barcode Type object.
static readonly GS1DotCode GS1 DotCode Barcode Type object.
static readonly HIBCCode128LIC HIBC LIC 128 Barcode Type object.
static readonly HIBCCode128PAS HIBC PAS 128 Barcode Type object.
static readonly HIBCCode39LIC HIBC LIC 39 Barcode Type object.
static readonly HIBCCode39PAS HIBC PAS 39 Barcode Type object.
static readonly IATA2of5 IATA2of5 Barcode Type object.
static readonly Interleaved2of5 Interleaved2of5 Barcode Type object.
static readonly ISBN ISBN Barcode Type object.
static readonly ISMN ISMN Barcode Type object.
static readonly ISSN ISSN Barcode Type object.
static readonly ItalianPost25 ItalianPost25 Barcode Type object.
static readonly ITF14 ITF14 Barcode Type object.
static readonly ITF6 ITF6 Barcode Type object.
static readonly MacroPdf417 MacroPdf417 Barcode Type object.
static readonly Mailmark Royal Mail 2D Mailmark Barcode Type object.
static readonly Matrix2of5 Matrix2of5 Barcode Type object.
static readonly MaxiCode MaxiCode Barcode Type object.
static readonly MicroPdf417 MicroPdf417 Barcode Type object.
static readonly MSI MSI Barcode Type object.
static readonly OneCode OneCode Barcode Type object.
static readonly OPC OPC Barcode Type object.
static readonly PatchCode Patch Code Barcode Type object.
static readonly Pdf417 Pdf417 Barcode Type object.
static readonly Pharmacode Pharma code Barcode Type object.
static readonly Planet Planet Barcode Type object.
static readonly Postnet Postnet Barcode Type object.
static readonly PZN PZN Barcode Type object.
static readonly RM4SCC RM4SCC Barcode Type object.
static readonly SCC14 SCC14 Barcode Type object.
static readonly SingaporePost SingaporePost Barcode Type object.
static readonly SSCC18 SSCC18 Barcode Type object.
static readonly Standard2of5 Standard2of5 Barcode Type object.
static readonly SwissPostParcel SwissPostParcel Barcode Type object.
static readonly UPCA UPCA Barcode Type object.
static readonly UpcaGs1Code128Coupon UpcaGs1Code128Coupon Barcode Type object.
static readonly UpcaGs1DatabarCoupon UpcaGs1DatabarCoupon Barcode Type object.
static readonly UPCE UPCE Barcode Type object.
static readonly VIN VIN Barcode Type object.

See Also