BarcodeTypes class

BarcodeTypes class

Barcode Types container.

The BarcodeTypes type exposes the following members:

Properties

Property Description
all_types All barcode types.
AUSTRALIAN_POSTE_PARCEL Australian Post eParcel Barcode Type object.
AUSTRALIAN_POST Australian Post Barcode Type object.
CODABAR Codabar Barcode Type object.
CODABLOCK_F CodablockF Barcode Type object.
CODE11 Code11 Barcode Type object.
CODE128 Code128 Barcode Type object.
CODE_16K Code16K Barcode Type object.
CODE32 Code32 Barcode Type object.
CODE_39_FULL_ASCII Code39FullASCII Barcode Type object.
CODE39 Code39 Barcode Type object.
CODE_93_STANDARD Code93Standard Barcode Type object.
DATABAR_EXPANDED DatabarExpanded Barcode Type object.
DATABAR_EXPANDED_STACKED DatabarExpandedStacked Barcode Type object.
DATABAR_LIMITED DatabarLimited Barcode Type object.
DATABAR_OMNI_DIRECTIONAL DatabarOmniDirectional Barcode Type object.
DATABAR_STACKED DatabarStacked Barcode Type object.
DATABAR_STACKED_OMNI_DIRECTIONAL DatabarStackedOmniDirectional Barcode Type object.
DATABAR_TRUNCATED DatabarTruncated Barcode Type object.
DATA_LOGIC_2OF_5 DataLogic2of5 Barcode Type object.
DEUTSCHE_POST_IDENTCODE DeutschePostIdentcode Barcode Type object.
DEUTSCHE_POST_LEITCODE DeutschePostLeitcode Barcode Type object.
DOT_CODE DotCode Barcode Type object.
DUTCH_KIX DutchKIX Barcode Type object.
EAN8 EAN8 Barcode Type object.
EAN13 EAN13 Barcode Type object.
EAN14 EAN14 Barcode Type object.
GS1_CODABLOCK_F GS1CodablockF Barcode Type object.
GS1_CODE_128 GS1 Code128 Barcode Type object.
GS1_COMPOSITE_BAR GS1 Composite Barcode Type object.
IATA2OF_5 IATA2of5 Barcode Type object.
INTERLEAVED_2OF_5 Interleaved2of5 Barcode Type object.
ISBN ISBN Barcode Type object.
ISMN ISMN Barcode Type object.
ISSN ISSN Barcode Type object.
ITALIAN_POST25 ItalianPost25 Barcode Type object.
ITF14 ITF14 Barcode Type object.
ITF6 ITF6 Barcode Type object.
MACRO_PDF417 MacroPdf417 Barcode Type object.
MAILMARK Royal Mail 2D Mailmark Barcode Type object.
MATRIX_2OF_5 Matrix2of5 Barcode Type object.
MAXI_CODE MaxiCode Barcode Type object.
MICRO_PDF417 MicroPdf417 Barcode Type object.
MSI MSI Barcode Type object.
ONE_CODE OneCode Barcode Type object.
OPC OPC Barcode Type object.
PATCH_CODE Patch Code Barcode Type object.
PDF417 Pdf417 Barcode Type object.
PHARMACODE Pharma code Barcode Type object.
PLANET Planet Barcode Type object.
POSTNET Postnet Barcode Type object.
PZN PZN Barcode Type object.
RM4SCC RM4SCC Barcode Type object.
SCC14 SCC14 Barcode Type object.
SINGAPORE_POST SingaporePost Barcode Type object.
SSCC18 SSCC18 Barcode Type object.
STANDARD_2OF_5 Standard2of5 Barcode Type object.
SWISS_POST_PARCEL SwissPostParcel Barcode Type object.
UPCA UPCA Barcode Type object.
UPCA_GS_1_CODE_128_COUPON UpcaGs1Code128Coupon Barcode Type object.
UPCA_GS_1_DATABAR_COUPON UpcaGs1DatabarCoupon Barcode Type object.
UPCE UPCE Barcode Type object.
VIN VIN Barcode Type object.
HIBC_CODE_39LIC HIBC LIC 39 Barcode Type object.
HIBC_CODE_128LIC HIBC LIC 128 Barcode Type object.
HIBC_CODE_39PAS HIBC PAS 39 Barcode Type object.
HIBC_CODE_128PAS HIBC PAS 128 Barcode Type object.
GS1_DOT_CODE GS1 DotCode Barcode Type object.
GS1_AZTEC GS1Aztec Barcode Type object.
GS1_MICRO_PDF_417 GS1MicroPdf417 Barcode Type object.
CODE93 Code93 Barcode Type object.

Methods

Method Description
parse Returns Barcode type with pasringType name. If name of Barcode is unknown - Exception will be thrown.
try_parse Returns Barcode type with pasringType name. If name of Barcode is unknown -
no Exception will be thrown but method will return null value.

See Also