Version

Symbology Enumeration

Specifies the Symbology of the barcode symbol.
Syntax
'Declaration
 
Public Enum Symbology 
   Inherits System.Enum
public enum Symbology : System.Enum 
Members
MemberDescription
AllSpecifies a set of all barcode symbologies which can be recognized.
Code128Specifies the Code128 barcode symbology.
Code39Specifies the Code39 barcode symbology.
Code39ExtSpecifies the Code39 Extended (known also as Code39 Full ASCII) barcode symbology.
Ean13Specifies the EAN-13 barcode symbology.
Ean8Specifies the EAN-8 barcode symbology.
EanUpcSpecifies all symbologies from the EanUpc family which can be recognized.
Interleaved2Of5Specifies the Interleaved 2 of 5 barcode symbology.
LinearSpecifies all linear barcode symbologies which can be recognized.
QRCodeSpecifies the QR Code barcode symbology.
UnspecifiedUsed when a Symbology is not specified.
UpcASpecifies the UPC-A barcode symbology.
UpcESpecifies the UPC-E barcode symbology.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also