VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WinTwain Namespace / TwainBarcodeType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    TwainBarcodeType Enumeration
    In This Topic
    Specifies available barcode types, which are supported by TWAIN device.
    Syntax
    'Declaration
    
    Public Enum TwainBarcodeType
       Inherits System.Enum
    
    
    public enum TwainBarcodeType : System.Enum
    
    
    __value public enum TwainBarcodeType : public System.Enum
    
    
    public enum class TwainBarcodeType : public System.Enum
    
    
    Members
    MemberDescription
    Code39Code 39
    Interleaved2of5Interleaved 2 of 5
    NonInterleaved2of5Non interleaved 2 of 5
    Code93Code 93
    Code128Code 128
    UCC128UCC 128
    CodabarCodabar
    UPCAUPC-A
    UPCEUPC-E
    EAN8EAN-8
    EAN13EAN-13
    PostnetPostnet
    PDF417PDF417
    Industrial2of5Industrial 2 of 5
    Matrix2of5Matrix 2 of 5
    DataLogic2of5DataLogic 2 of 5
    IATA2of5IATA 2 of 5
    Code39FullAsciiCode 39 full ASCII
    CodabarWithStartStopCodabar with start-stop
    MaxiCodeMaxiCode
    QrCodeQR Code
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.WinTwain.TwainBarcodeType

    Requirements

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

    See Also