Version

GS1CodeType Enumeration

GS1 Databar barcode types.
Syntax
'Declaration
 
Public Enum GS1CodeType 
   Inherits System.Enum
public enum GS1CodeType : System.Enum 
Members
MemberDescription
ExpandedGS1 DataBar Expanded code type - intended for retail Point-of-Sale scanning
LimitedGS1 DataBar Limited code type - not intended for retail Point-of-Sale scanning
OmnidirectionalGS1 DataBar Omnnidirectional code type - intended for retail Point-of-Sale scanning
StackedGS1 DataBar Stacked code type - not intended for retail Point-of-Sale scanning
StackedOmnidirectionalGS1 DataBar Stacked Omnidirectional code type - intended for retail Point-of-Sale scanning
TruncatedGS1 DataBar Truncated code type - not intended for retail Point-of-Sale scanning
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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