VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / EANSubtype Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
EANSubtype Enumeration
In This Topic
Specifies available EAN barcode subtypes.
Syntax
'Declaration

Public Enum EANSubtype
   Inherits System.Enum

public enum EANSubtype : System.Enum

Members
MemberDescription
UndefinedUndefined.
ISBNISBN (ISBN-13) symbol is an EAN-13 with prefix 978 for the new ISBN-13 format, used to identify books.
ISMNISMN (ISMN-13) symbol is an EAN-13 with prefix 9790 for the new ISMN-13 format, used to identify printed music.
ISSNISSN symbol is an EAN-13 with prefix 977 used to identify periodicals.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Barcode.BarcodeInfo.EANSubtype

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also